Re: consecutive bytes in internal RAM for DSEG
- From: cbarn24050@xxxxxxx
- Date: 14 Feb 2006 06:41:20 -0800
ravikumar.n@xxxxxxxxxxxxxxxx wrote:
Hi All,
I am Ravikumar.N, using SDCC compiler with Cygnal C8051F130
microcontroller for one of my application. Used large memory model
here.
The folowing is my issue.
I have declared an array of 600 of type float with the keyword xdata.
i.e. xdata float array[600].
This array is used to store some float values.
while compiling the application, the application gets compiled well.
But, while linking the application, the following
error will be displayed
?ASlink-Error-Could not get 97 consecutive bytes in internal RAM for
area DSEG.
what could be the problem. If anybody have faced the same problem
please reply as early as possible
Thanks in advance.
Ravikumar.N
You havent got your linker setup correctly, you need to read the manul
to find out how to setup your external data section.
.
- References:
- consecutive bytes in internal RAM for DSEG
- From: ravikumar . n
- consecutive bytes in internal RAM for DSEG
- Prev by Date: Re: How to define a good protocol (not just the messages)?
- Next by Date: Re: 8051 derivative 2nd sources
- Previous by thread: consecutive bytes in internal RAM for DSEG
- Next by thread: Re: consecutive bytes in internal RAM for DSEG
- Index(es):
Relevant Pages
|