mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
fb6b8e5ee671c8b6fb913c7dd98e5187cae08884
Fix the following build failure raised since bump to version 0.3.39 in commitd9796f2db9andddfbd684e7: /home/giuliobenetti/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/sh4-buildroot-linux-uclibc/9.3.0/../../../../sh4-buildroot-linux-uclibc/bin/ld: src/pipewire/libpipewire-0.3.so.0.339.0.p/pipewire.c.o: in function `i18n_ntext': pipewire.c:(.text+0x3ec): undefined reference to `libintl_dngettext' Indeed, since that time, pipewire uses the new meson intl dependency API which has been added in version 0.59.0 with2c6ccfe4c4This new intl dependency API is broken (which is not so surprising based on my experience of meson). Don't even try to fix it as meson is not very prone to merge our pull requests: https://github.com/mesonbuild/meson/issues/6108 https://github.com/mesonbuild/meson/pull/6629 Fixes: - http://autobuild.buildroot.org/results/435d59d40209cc1028cee8e2a71a69cd3769ab56 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
…
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.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%