Hello,
Link Error: L1121: Out Of Allocation Space At Adress 0x665D for .copy Section
What´s This?
L1121: Out of allocation space at address <Address> for .copy section
[ERROR]
Description
There is not enough memory available to store all the information about the initialized variables in the .copy section.
Tips
Specify an higher end address for the segment, where the .copy section is allocated.
Error Coding:
y = 0x10C0;
for(x = 0; x < 16; x++){
Flash1_SetByteFlash(y, catos[x]);
y++;
}
Thanks for the help.
Message Edited by MC9S08GT on 2006-07-13 02:35 PM