[U-Boot-Users] Stuck relocating command table

Cedric VINCENT cedric.vincent at gmail.com
Fri Jul 22 13:48:46 CEST 2005


Hello greg.

I've got the same problem with others build tools.
( 
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/17370 and 
http://search.gmane.org/search.php?query=compile+with+recent+toolchain&email=&group=gmane.comp.boot-loaders.u-boot&sort=relevance
)

Can you try this please (and reply me if it works or no) :

In "u-boot.lds" replace :
 __u_boot_cmd_start = .;
with
 __u_boot_cmd_start = ADDR(.u_boot_cmd);

I hope it can help you.

Regards,
Cedric VINCENT.




More information about the U-Boot mailing list