|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Too much code
Whenever I try to compile the code, I get an error saying that something couldn't fit into a system (I can't check the code right now). The other programmers and I think this may be due to our code being fairly large (we have about 8 different autonomous modes). Has anyone else run into this? And can anyone give general solutions for problems such as this?
|
|
#2
|
|||||
|
|||||
|
Re: Too much code
The exact error would be very very helpful. There's lots of things that might not fit into several places, after all. My first two guesses are that you've just plain got too much code to fit into memory, or you have too many variables.
Last edited by Kevin Sevcik : 22-04-2006 at 16:05. |
|
#3
|
||||
|
||||
|
Re: Too much code
Give us the exact error. There are times when you have plenty of space left, but the the linker does not know how to properly manage it. This can commonly happen if you try to have a really big array.
----------- Changelog ------------ changed area on line 1 to error. Last edited by Rickertsen2 : 23-04-2006 at 16:25. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Out of the Box Camera Code | russell | Programming | 9 | 21-10-2009 05:28 |
| Problem with idata_user_routines.o? | Adrien | Programming | 3 | 12-02-2006 01:33 |
| Code suddenly fails to initialize | miketwalker | Programming | 11 | 19-02-2005 15:23 |
| Team THRUST - Kevin's Code and Camera Code Combine | Chris_Elston | Programming | 3 | 31-01-2005 22:28 |
| heres the code. y this not working | omega | Programming | 16 | 31-03-2004 15:18 |