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

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

RE: [avr-gcc-list] Linker error with gcc & WinAVR


From: Gre7g Luterman
Subject: RE: [avr-gcc-list] Linker error with gcc & WinAVR
Date: Wed, 9 May 2007 09:00:39 -0700 (PDT)

--- "Schwichtenberg, Knut"
<address@hidden> wrote:

> Are you using the default linker script? If so the
> problem is based
> there.
> The following copy is from the avr5.x file:
> 
>   }  > text
>   .data         : AT (ADDR (.text) + SIZEOF (.text))
>   {
> 
> Which means: The .data segment starts after the end
> of the .text-segment
> - which is not what you want. It seems to me you
> should either set-up
> your own linker script or define the start address
> of .data to a value
> behind your segments. 

I get it!  Many thanks.

Gre7g


 
____________________________________________________________________________________
Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL




reply via email to

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