Re: [U-Boot] undefine reference to `__bss_end__' error

2012-03-13 Thread Simon Glass
Hi Will, On Tue, Mar 13, 2012 at 2:17 PM, Will Khan wrote: >> On Mon, Mar 12, 2012 at 3:13 PM, Will Khan wrote: > ... >> > I googled around and saw (perhaps  unrelated) that in some cases, the >> symbol `__bss_end__'  may not be defined.  So, in >> /arch/powerpc/mpc83xx/Start.s and arch/powerpc/

Re: [U-Boot] undefine reference to `__bss_end__' error

2012-03-13 Thread Will Khan
> On Mon, Mar 12, 2012 at 3:13 PM, Will Khan wrote: ... > > I googled around and saw (perhaps  unrelated) that in some cases, the > symbol `__bss_end__'  may not be defined.  So, in > /arch/powerpc/mpc83xx/Start.s and arch/powerpc/lib/board.c, I manually > changed `__bss_end__'   to `_end'.  Howev

Re: [U-Boot] undefine reference to `__bss_end__' error

2012-03-12 Thread Simon Glass
Hi Will, On Mon, Mar 12, 2012 at 3:13 PM, Will Khan wrote: > Hi all. > > I'm trying to upgrade my u-boot from 16 May 2009 release (out of tree > customized version) to the release version December 2011.  This is for > powerpc MPC8349. > I feel I’m very close to having U-boot successfully built,

[U-Boot] undefine reference to `__bss_end__' error

2012-03-12 Thread Will Khan
Hi all. I'm trying to upgrade my u-boot from 16 May 2009 release (out of tree customized version) to the release version December 2011. This is for powerpc MPC8349. I feel I’m very close to having U-boot successfully built, but I’m getting a symbol error at the end of the final link: arch/pow