On Tuesday 24 February 2009 05:29, Jim Brain wrote:
> WinAVR 20081205 in use.
> 
> I have an app that, if I use:
> 
>     LDFLAGS += -Wl,-O9,-relax
> 
> avr-ld dies during link.  If I take off -relax, as is well.
I think this is a bug. Try:
  -Wl,--gc-sections -Wl,--relax
instead of your options.

Ruud


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to