
Haavard Skinnemoen wrote:
On Wed, 26 Mar 2008 15:16:44 +0100 Wolfgang Denk wd@denx.de wrote:
Can we agree on this?
Can we please un-break the existing tree first?
gcc -g -Wall -idirafter /home/hskinnemoen/git/u-boot/upstream/include -idirafter /home/hskinnemoen/git/u-boot/upstream/include2 -idirafter /home/hskinnemoen/git/u-boot/upstream/include -DTEXT_BASE=0x00000000 -DUSE_HOSTCC -O -c -o fdt.o fdt.c In file included from fdt_host.h:24, from fdt.c:57: ../include/fdt.h:7: error: expected specifier-qualifier-list before ‘uint32_t’
[...] er named ‘totalsize’
fdt.c:158: error: ‘const struct fdt_header’ has no member named ‘totalsize’ make[1]: *** [fdt.o] Error 1 make[1]: Leaving directory `/home/hskinnemoen/git/u-boot/upstream/tools' make: *** [tools] Error 2
$ gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --disable-libmudflap --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.2.3 (Debian 4.2.3-2)
Haavard,
What were the make invocations that let the above errors? I'll try to reproduce this and have a look.
Regards, Bartlomiej