* [U-Boot] u-boot POST
@ 2010-03-19 8:51 Sasi, Anoop IN BLR SISL
2010-03-22 16:09 ` Detlev Zundel
0 siblings, 1 reply; 2+ messages in thread
From: Sasi, Anoop IN BLR SISL @ 2010-03-19 8:51 UTC (permalink / raw)
To: u-boot
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] u-boot POST
2010-03-19 8:51 [U-Boot] u-boot POST Sasi, Anoop IN BLR SISL
@ 2010-03-22 16:09 ` Detlev Zundel
0 siblings, 0 replies; 2+ messages in thread
From: Detlev Zundel @ 2010-03-22 16:09 UTC (permalink / raw)
To: u-boot
Hi,
> 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
[dzu at pollux u-boot-testing (master)]$ grep CONFIG_ARM `grep -l CONFIG_POST include/configs/*`
[dzu at pollux u-boot-testing (master)]$
So there is no arm board in mainline using the POST framwork. Feel free
to fix all problems until it works ;)
Cheers
Detlev
--
Indeed, the author firmly believes that the best serious work is also
good fun. We needn't apologize if we enjoy doing research.
-- Donald Knuth
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-22 16:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-19 8:51 [U-Boot] u-boot POST Sasi, Anoop IN BLR SISL
2010-03-22 16:09 ` Detlev Zundel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox