avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] section .vectors [0000000e -> 00000027] overlaps sect


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] section .vectors [0000000e -> 00000027] overlaps section .data ...
Date: Mon, 12 Aug 2002 13:15:36 +0200 (MET DST)

Janne Matti Heikkinen <address@hidden> wrote:

> I edited this specs file by hand to get rid of that error...

> From *link: portion I changed following:
> 
>  %{mmcu=at90s8515:-m avr85xx}
> 
> to this:
> 
>  %{mmcu=at90s8515:-m avr2}

Your installation seems to be broken.  In my specs, the line looks
like:

*link:
 %{!mmcu*:-m avr2}%{mmcu=at90s1200|mmcu=attiny1*|mmcu=attiny28:-m avr1}\
 %{mmcu=attiny22|mmcu=attiny26|mmcu=at90s2*|mmcu=at90s4*|mmcu=at90s8*|\
mmcu=at90c8*|mmcu=at86rf401:-m avr2}%{mmcu=atmega103|mmcu=atmega603|\
mmcu=at43*|mmcu=at76*:-m avr3}%{mmcu=atmega8*:-m avr4}%\
{mmcu=atmega16*|mmcu=atmega32*|mmcu=atmega64|mmcu=atmega128|\
mmcu=at94k:-m avr5}%{mmcu=atmega64|mmcu=atmega128|mmcu=atmega162|\
mmcu=atmega169: -Tdata 0x800100} 

(Long line broken manually here.)

But wait, you aren't per chance using the now renamed gcc 3.2?  For a
recent installation, your gcc version number should be a
3.3-something.

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/
avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]