* [Buildroot] gcc on target doesnt find gnu/stubs.h ??!
@ 2009-07-05 13:05 Simon Adda-Reyss
0 siblings, 0 replies; only message in thread
From: Simon Adda-Reyss @ 2009-07-05 13:05 UTC (permalink / raw)
To: buildroot
Hello,
I haven't used buildroot - wonderful piece of software, thank you so
much - in a few years.
I tried it again yesterday, with
i386 and all default options (gcc 4.3.3), +
wchar + libintl (no pregenerated locales)
development files in target
Package selection :
flex
native toolchain
make
(also BR2_GCC_SUPPORTS_SYSROOT=y)
Everything went fine, but when I mount the generated image (I also tried
to make a virtual harddisk so that I can boot it in qemu), I can't use
gcc :
I tried to compile this small program:
#include <stdio.h>
main(){
printf("bonjour\n");
return(0);
}
and I got:
In file included from /usr/include/stdio.h:28,
from hoho.c:1:
/usr/lib/gcc/i686-linux-uclibc/4.3.3/include-fixed/features.h:327:23:
error: gnu/stubs.h: No such file or directory
In file included from /usr/include/stdio.h:72,
from hoho.c:1:
/usr/include/bits/uClibc_stdio.h:33:2:
error: #error config seems to be out
of sync regarding bufsiz options
/usr/include/bits/uClibc_stdio.h:46:2:
error: #error config seems to be out
of sync regarding builtin buffer size
Same problem when I tried to compile the glib1.2 (./configure went fine)
What is wrong?
Please help.
Thanks a lot!
Simon Adda-Reyss
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-05 13:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-05 13:05 [Buildroot] gcc on target doesnt find gnu/stubs.h ??! Simon Adda-Reyss
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox