Go to file
Dario Binacchi 407b25219d configs/beaglebone_qt5_defconfig: fix Linux compilation errors
Bumping to TI's most recent Linux 4.19 version (i.e. linux-4.19.94-ti-r72)
does not fix compilation errors but allows you to cleanly apply the
necessary patches.

Two errors have been fixed:

 1 Since commit e88225ed88 ("package/binutils: make 2.41 the default
   version"), the Linux kernel is failing to build with this output:

   arch/arm/mm/proc-v6.S:267: Error: junk at end of line, first unrecognized character is `#'
   make[3]: *** [scripts/Makefile.build:403: arch/arm/mm/proc-v6.o] Error 1

   The patch [1] fixes the issue.

 2 Since commit dc0f7215c6 ("package/gcc: switch to 13.x as default"),
   the Linux kernel is failing to build with this output:

   In file included from ./include/linux/kernel.h:10,
                    from drivers/ata/libahci.c:35:
   drivers/ata/libahci.c: In function ‘ahci_led_store’:
   ./include/linux/compiler.h:348:45: error: call to ‘__compiletime_assert_1154’ declared with attribute error: BUILD_BUG_ON failed: sizeof(_s) > sizeof(long)
     348 |         _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)

   The patch [2] allows to cleanly apply patch [3] that fixes the issue.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=762d2dcd9e233e3025f8627ea65f23e568045edb
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=67a00c299c5c143817c948fbc7de1a2fa1af38fb
[3] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=4c3ddc06cedb62f2904e58fd95170bf206bee149

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-06-05 22:35:58 +02:00
.github .github: add a pull request warning that explains the mailing list workflow 2024-04-24 21:50:23 +02:00
arch arch: allow riscv32 noMMU configuration 2024-05-12 12:19:18 +02:00
board configs/beaglebone_qt5_defconfig: fix Linux compilation errors 2024-06-05 22:35:58 +02:00
boot boot/at91dataflashboot: remove package 2024-06-03 22:53:30 +02:00
configs configs/beaglebone_qt5_defconfig: fix Linux compilation errors 2024-06-05 22:35:58 +02:00
docs Update for 2024.05-rc2 2024-06-04 23:45:29 +02:00
fs
linux {linux, linux-headers}: bump 4.19.x, 5.4.x, 5.10.x, 5.15.x, 6.1.x, 6.6.x, 6.8.x series 2024-06-01 16:48:54 +02:00
package package/lightning: fix build on mips64 with n32 ABI 2024-06-05 22:33:28 +02:00
support support/testing: sample_python_pybind.py: use python3 shebang 2024-06-05 22:34:41 +02:00
system
toolchain toolchain/toolchain-external/toolchain-external-custom: add gcc 14 version selection 2024-05-17 22:00:35 +02:00
utils utils/genrandconfig: drop glibc Linaro toolchain version check 2024-06-03 22:27:37 +02:00
.checkpackageignore configs/mx6cubox: add hashes 2024-06-04 15:19:03 +02:00
.clang-format
.defconfig
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES Update for 2024.05-rc2 2024-06-04 23:45:29 +02:00
Config.in Config.in: drop --passive-ftp from default wget options 2024-06-03 11:18:08 +02:00
Config.in.legacy boot/at91dataflashboot: remove package 2024-06-03 22:53:30 +02:00
COPYING
DEVELOPERS DEVELOPERS: add Yegor Yefremov for package/ncftp 2024-06-03 12:09:18 +02:00
Makefile Update for 2024.05-rc2 2024-06-04 23:45:29 +02:00
Makefile.legacy
README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on OFTC IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches