At 03:59 PM 1/12/2005, you wrote:
Why isn't this working? PODS isn't telling me which sections are full! No matter what arrangement i put the functions in, there's always that "signed word overflow" error!

The "signed word overflow" error is probably coming from gas, the GNU assembler -- it's complaing about a short jump instruction that's going over 32K in distance.


I think you're going to have to go to the command line, run "make" yourself, and try to figure out the steps where this is failing. This sounds like a compile-time failure, not a link-time failure, so you've got one particular source file where the code has gotten too big.

-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc.
   "Combee on Palm OS" weblog: http://palmos.combee.net/
   Developer Forum 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