Quote:
|
Originally Posted by farmer
Thanks everyone! Yeah I put in an array table but thinking about using a log formula instead. I keep getting an error when building -
MPLINK 3.90 Linker
Error - section ' .idata_user_routines.o' can not fit the section. Section ' .idata_user_routines.o' length=0x0000020c
Errors :1
|
if your array table does not change you could dosomething like:
rom const char myArray[2] = {1, 2};
the problem is you don't have enough memory in RAM for whatever array you have.
note: ya can't change it if its rom
and another: go to
http://www.chiefdelphi.com/forums/sh...ad.php?t=33359 for more info