
On Mon, 1 Jun 2009 10:37:11 +0300 Stas Desyatnlkov stas@tech-mer.com wrote:
gcc -g -Wall -idirafter /cygdrive/d/temp/Freescale/u-boot-2008.10/include -idirafter /cygdrive/d/temp/Freescale/u-boot-2008.10/include2 -idirafter /cygdrive/d/temp/Fr EXT_BASE=0xFFF00000 -DUSE_HOSTCC -O -c -o mkimage.o mkimage.c In file included from ../include/libfdt.h:54, from fdt_host.h:25, from mkimage.h:36, from mkimage.c:25: /cygdrive/d/temp/Freescale/u-boot-2008.10/include/libfdt_env.h:50: error: conflicting types for 'uintptr_t' /usr/include/stdint.h:62: error: previous declaration of 'uintptr_t' was here In file included from fdt_host.h:25, from mkimage.h:36, from mkimage.c:25: ../include/libfdt.h: In function `fdt_set_magic': ../include/libfdt.h:162: warning: implicit declaration of function `__cpu_to_be32' In file included from mkimage.c:26: /cygdrive/d/temp/Freescale/u-boot-2008.10/include/image.h: At top level: /cygdrive/d/temp/Freescale/u-boot-2008.10/include/image.h:193: error: parse error before "ulong" /cygdrive/d/temp/Freescale/u-boot-2008.10/include/image.h:195: error: parse error before "load" /cygdrive/d/temp/Freescale/u-boot-2008.10/include/image.h:197: error: parse error before '}' token /cygdrive/d/temp/Freescale/u-boot-2008.10/include/image.h:211: error: parse error before "ulong"
can you retest with the latest & greatest on git.denx.de? If it still fails, can you retry after applying this patch?:
http://lists.denx.de/pipermail/u-boot/2009-May/053479.html
thanks,
Kim