From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cedric VINCENT Date: Fri, 22 Jul 2005 13:48:46 +0200 Subject: [U-Boot-Users] Stuck relocating command table In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.