Hi all, I have tried to build u-boot for Beagle board with POST enabled but its throwing some compilation errors. What might be the reason? Am I missing some config options? Please help me.....
Error messages I got make[2]: Leaving directory `/home/anoop/beagleboard-default-u-boot-mainline/common' make -C libfdt/ make[2]: Entering directory `/home/anoop/beagleboard-default-u-boot-mainline/libfdt' arm-none-linux-gnueabi-ar crv libfdt.a make[2]: Leaving directory `/home/anoop/beagleboard-default-u-boot-mainline/libfdt' make -C api/ make[2]: Entering directory `/home/anoop/beagleboard-default-u-boot-mainline/api' arm-none-linux-gnueabi-ar crv libapi.a make[2]: Leaving directory `/home/anoop/beagleboard-default-u-boot-mainline/api' make -C post/ make[2]: Entering directory `/home/anoop/beagleboard-default-u-boot-mainline/post' make[2]: Leaving directory `/home/anoop/beagleboard-default-u-boot-mainline/post' make[2]: Entering directory `/home/anoop/beagleboard-default-u-boot-mainline/post' arm-none-linux-gnueabi-gcc -g -Os -fno-strict-aliasing -fno-common -ffixed-r8 -msoft-float -fno-strict-aliasing -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/anoop/beagleboard-default-u-boot-mainline/include -fno-builtin -ffreestanding -nostdinc -isystem /home/anoop/arm-2008q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/include -pipe -DCONFIG_ARM -D__ARM__ -march=armv5 -mno-thumb-interwork -march=armv5 -mno-thumb-interwork -Wall -Wstrict-prototypes -fno-stack-protector -c -o post.o post.c post.c: In function 'post_init_f': post.c:52: error: 'gd_t' has no member named 'post_init_f_time' post.c:53: error: 'gd_t' has no member named 'post_init_f_time' post.c: In function 'post_bootmode_init': post.c:86: error: 'gd_t' has no member named 'post_log_word' post.c: In function 'post_log_mark_start': post.c:110: error: 'gd_t' has no member named 'post_log_word' post.c: In function 'post_log_mark_succ': post.c:115: error: 'gd_t' has no member named 'post_log_word' post.c: In function 'post_output_backlog': post.c:124: error: 'gd_t' has no member named 'post_log_word' post.c:126: error: 'gd_t' has no member named 'post_log_word' post.c:453:2: warning: #warning "Not implemented yet" make[2]: *** [post.o] Error 1 make[2]: Leaving directory `/home/anoop/beagleboard-default-u-boot-mainline/post' make[1]: *** [post/libpost.a] Error 2 make[1]: Leaving directory `/home/anoop/beagleboard-default-u-boot-mainline' make: *** [beagle] Error 1 ________________________________ Important notice: This e-mail and any attachment there to contains corporate proprietary information. If you have received it by mistake, please notify us immediately by reply e-mail and delete this e-mail and its attachments from your system. Thank You.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot