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

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

Re: [avr-gcc-list] GCC 4.5.1 wiht AS5 Error


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] GCC 4.5.1 wiht AS5 Error
Date: Tue, 15 Mar 2011 23:13:44 +0100 (MET)

Trampas Stern <address@hidden> wrote:

> /home/tools/hudson/workspace/avr8-gnu-toolchain/src/avr-libc/crt1/gcrt1.S:52:
> warning: internal error: out of range error <address@hidden>

That sounds as if you were trying to relocate your bootloader beyond
the actual address space of the AT90CAN128.  Line 52 in gcrt1.S is the
reset vector (containing a jump to the label __init).

What's your compiler commandline to link this job?

Btw., without subscribing to this mailinglist, I'm afraid you'll
miss a number of replies.
-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



reply via email to

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