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

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

RE: [avr-gcc-list] introducing a new section in data memory


From: Weddington, Eric
Subject: RE: [avr-gcc-list] introducing a new section in data memory
Date: Thu, 19 Feb 2009 13:02:51 -0700

 

> -----Original Message-----
> From: 
> address@hidden 
> [mailto:address@hidden
> org] On Behalf Of Parthasaradhi Nayani
> Sent: Thursday, February 19, 2009 11:37 AM
> To: avr-gcc-list
> Subject: [avr-gcc-list] introducing a new section in data memory
> 
> 
> Hello all,
> I needed to create a buffer of 256 bytes starting at a page 
> boundary (xx00) in the RAM memory (Mega8). 
> 
> I added this line in the makefile
> 
> LDFLAGs = -wl,--section-start=.test=0x800200
> 

First off, is that a typo above? It's suppose to be an uppercase 'W' like so:
LDFLAGs = -Wl,--section-start=.test=0x800200




reply via email to

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