From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Sieka Date: Wed, 26 Mar 2008 17:24:33 +0100 Subject: [U-Boot-Users] RFC: make new image support mandatory In-Reply-To: <20080326162816.40f1065a@hskinnemo-gx620.norway.atmel.com> References: <20080326141644.D180D243A7@gemini.denx.de> <20080326162816.40f1065a@hskinnemo-gx620.norway.atmel.com> Message-ID: <47EA78C1.4060905@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Haavard Skinnemoen wrote: > On Wed, 26 Mar 2008 15:16:44 +0100 > Wolfgang Denk 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