At 10:56 PM 10/16/2004, you wrote:
Signed .word overflow; switch may be too large; 33496 at 0xc6[/cygdrive/c/DOCUME~1/EVANOV~1/LOCALS~1/Temp/ccR59OsE.s] Atharia-009 line 3643

I got 20 of these errors, so I got rid of ALL of my switch statements and it's still there. I googled it but didn't get anything that was related to PODS. How can I get rid of this?

It's not just switch statements -- it's any code that jumps more than 32K. I think it's likely that you've got a since source file that's generating more than 32K of object code, and the bad jump is actually a intrafile function call. You need to have smaller functions or move your functions into different sections.



-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/



--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to