[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] avr-ld on Windows crashes with -relax
From: |
Ruud Vlaming |
Subject: |
Re: [avr-gcc-list] avr-ld on Windows crashes with -relax |
Date: |
Tue, 24 Feb 2009 09:09:43 +0100 |
User-agent: |
KMail/1.9.1 |
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