[Buildroot] Fonconfig

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Nov 21 15:22:57 UTC 2008


On Fri, Nov 21, 2008 at 03:47:41PM +0100, Daniel James Laird wrote:
>can you do gcc--version as sysroot only works on gcc>4.2

>/usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I.. -Wall -Wpointer-arith -Wstrict-prototypes    -Wmissing-prototypes -Wmissing-declarations     -Wnested-externs -fno-strict-aliasing    -Os  -Ibuild_i686/staging_dir/usr/include -Ibuild_i686/staging_dir/include --sysroot=build_i686/staging_dir/ -isysroot build_i686/staging_dir -mtune=i686 -march=i686 -MT fc-case.o -MD -MP -MF .deps/fc-case.Tpo -c -o fc-case.o fc-case.c
>mv -f .deps/fc-case.Tpo .deps/fc-case.Po
>/usr/lib/ccache/gcc  -Os  -Ibuild_i686/staging_dir/usr/include -Ibuild_i686/staging_dir/include --sysroot=build_i686/staging_dir/ -isysroot build_i686/staging_dir -mtune=i686 -march=i686  -Lbuild_i686/staging_dir/lib -Lbuild_i686/staging_dir/usr/lib --sysroot=build_i686/staging_dir/ -o fc-case fc-case.o
>/usr/bin/ld: this linker was not configured to use sysroots

Daniel, this is nonsense. It's the same repeated issue of mixing
CFLAGS_FOR_BUILD/CC_FOR_BUILD with CC/CFLAGS (for the target).

http://www.busybox.net/lists/buildroot/2007-June/003052.html



More information about the buildroot mailing list