mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
300d507c2efd3201ddb6c9d8116711a85288003e
This commit adds 3 patches that fix various implicit declarations
error that arise with GCC 14.x.
Fixes host-android-tools build issues:
http://autobuild.buildroot.net/results/1fd0d0a9547d4ad2a24916eb79230d49a825e694
http://autobuild.buildroot.net/results/9e3bb951d7db1c8a8725b5570c54f6dec0e8b344
http://autobuild.buildroot.net/results/8c9345fcad6e935c13b16c318bbb27282de10ac1
http://autobuild.buildroot.net/results/4e8a2ce69bfb8a86da2711cb32a99ad51b0bdf5f
http://autobuild.buildroot.net/results/ca6310cfcb0a9787eb5cec3c33aab903f4964cab
http://autobuild.buildroot.net/results/a77509d4df8281d666d870faeb008f9196d3bbc3
http://autobuild.buildroot.net/results/74cdcbcbe8bab244b1c368260162e3cef133376f
http://autobuild.buildroot.net/results/225b2722b030b1ea1706db8dd54d62da81d8725b
As well as android-tools build issues:
http://autobuild.buildroot.net/results/abfaf53328d0b29c778f75e105cc7043f2ad44fe
http://autobuild.buildroot.net/results/d2467a2ac4a915d850cc8bc2341d9803346604a9
http://autobuild.buildroot.net/results/a4cf59ce479b7db7f0a3269c0462ce1ccc9f600e
http://autobuild.buildroot.net/results/667a49bff45b226dec4349d54f977c8bd6abadd5
http://autobuild.buildroot.net/results/92cf3eea0e0d7531220cd9850993e269a3a4744d
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit d201f2f5cd)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
…
…
…
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
Description
Languages
Makefile
62.4%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.2%