Comment 15 for bug 813018

Revision history for this message
Andy Doan (doanac) wrote : Re: [Bug 813018] Re: gcc 4.5 breaks overo in latest x-loader (1.5.1)

On 08/10/2011 09:41 PM, Michael Hope wrote:
> What's the best way to reproduce this and debug it?

I use the x-loader from gitorious:

 $ git clone git://gitorious.org/x-loader/x-loader.git

I then build it with:

 $ make O=out ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- overo_config
 $ make O=out ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-

The resulting file, out/MLO, can then be copied to your sdcard to test.
It either boots or it doesn't

However - I just re-tested to verify my steps and discovered it now
works. I noticed somewhere along the way my 4.5 compiler was updated to:
  arm-linux-gnueabi-gcc (Ubuntu/Linaro 4.5.3-1ubuntu2~ppa1)

According to the bug notes, it was originally discovered broken in
4.5.2-8ubuntu3. So it appears a fix slipped in between these two builds.