Hi Misha,

Am 17.06.2012 02:40, schrieb Misha Manulis:
> LDFLAGS = --stack-auto --code-loc  0x0000  --code-size 0x8000 --xram-loc  
> 0xf000 --xram-size 0x1000  --data-loc  0xff00 --xstack

"--data-loc  0xff00"

this one is out of range. Data/idata memory is within the first 256 byte.

The CC1110 architecture mirrors data/idata memory above 0xff00 in xdata
but that's not what the option is meant for.

Leave the option away.

Greetings,
Frieder

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to