Re: [U-Boot-Users] Status of the AVR32 u-boot patches

Haavard, Your "-gstabs" -> "-g" patch breaks the build of the ARM version of U-boot.
You should check if the build is for an AVR32 and then use "-g" otherwise use "-gstabs".
Please update your patch.
Best Regards Ulf Samuelsson

On 8/31/06, Ulf Samuelsson ulfs@dof.se wrote:
Haavard, Your "-gstabs" -> "-g" patch breaks the build of the ARM version of U-boot.
That's interesting...I did actually run the MAKEALL script on ARM before I submitted the patch. Out of curiosity, in what way does it break?
You should check if the build is for an AVR32 and then use "-g" otherwise use "-gstabs".
Ok, I'll do that. I just thought it looked strange to force "stabs" debugging format on all arches, but if it breaks stuff not doing it, I guess we should keep it the way it is on all arches but AVR32.
Please update your patch.
I'll submit a new patch tomorrow. Thanks for testing.
Btw, why are you replying to this thread instead of the actual patch submission?
Haavard
participants (2)
-
Haavard Skinnemoen
-
Ulf Samuelsson