On Tue, 27 Jun 2006, marco roner wrote: > when i make "built" > this is the error > /cygdrive/c/DOCUME~1/marco/IMPOST~1/Temp/ccve5Aqr.s:3469: Error: Signed .word > overflow; switch may be too large; 37796 at 0xfa > > somebody know this error or can give me some advice? > (the program prc that I try to compile is Strip source code) > -- > For information on using the PalmSource Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ >
In my experience, this error usually happens when a source file is too large. You may need to split the source file that's giving you this error into two files (but keep track of which functions are marked "static", as these are only visible to other functions within the same source file.) -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
