|
|
|
![]() |
|
||||||||||||||
|
|||||||||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Strange linker error...
Error - section '.idata_globals.o_i' can not fit the section. Section 'idata_globals.i_o' length=0x00000032
Is my code too big? I had this problem earlier and I solved by removing pieces of code I wasn't using anymore, but now there's nothing left I can take out. Can I write parts to EEPROM? |
|
#2
|
||||||
|
||||||
|
Re: Strange linker error...
It means that you have too many variables declared in a single file .You can have a maximum of 256 bytes of variables per file without resorting to some of the tricks in this thread: http://www.chiefdelphi.com/forums/sh...ad.php?t=51550
However, since I don't use EasyC, I don't know how easy it is to split things into different files or implement one of the other suggestions. |
|
#3
|
||||
|
||||
|
Re: Strange linker error...
Try and move some of your globals to locals.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| linker error help | Rickertsen2 | Programming | 2 | 02-13-2006 04:53 PM |
| Linker Error | Max Lobovsky | Programming | 4 | 05-27-2004 07:16 PM |
| multiple definition error in MCC/Linker (possible bug?) | wun | Programming | 5 | 04-01-2004 04:49 PM |
| strange error | Anthony Kesich | Programming | 2 | 02-25-2004 05:55 PM |
| Linker Error help | Dinush | Programming | 3 | 02-11-2004 08:44 PM |