We are getting this error when using multiple code segments and prc-tools 2.0. I got rid of about 20 more by moving code around in our source file and tweaking what goes in code segments. We have a bunch of code, so I didnt want to post all the code here. It compiles fine under codewarrior. What I realized is that we dont understand enough about how the prc-tools handle multiple code segments to debug this intelligently. Is there any doc to explain? I am guessing it has to do with the distance from a function call to the function. But if they are in different segments, shouldnt that be handled for us?
Any insight would be greatly appreciated. Of course I could post the code if someone really wants it. GNU C version 2.95.2-kgpd 19991024 (release) (m68k-palmos) compiled by GNU C ver sion egcs-2.91.57 19980901 (egcs-1.1 release). /prc-tools/H-i586-cygwin32/m68k-palmos/bin/as.exe -mno-68881 -m68000 -l -o ibm_ pab.o C:\DOCUME~1\fijiisle\LOCALS~1\Temp/cc0vcgK2.s C:\DOCUME~1\fijiisle\LOCALS~1\Temp/cc0vcgK2.s: Assembler messages: C:\DOCUME~1\fijiisle\LOCALS~1\Temp/cc0vcgK2.s:2273: Error: Signed .word overflow ; switch may be too large; 36598 at 0x7c C:\DOCUME~1\fijiisle\LOCALS~1\Temp/cc0vcgK2.s:2307: Error: Signed .word overflow ; switch may be too large; 36824 at 0xd0 C:\DOCUME~1\fijiisle\LOCALS~1\Temp/cc0vcgK2.s:2312: Error: Signed .word overflow ; switch may be too large; 35396 at 0xe0 make: *** [ibm_pab.o] Error 1 ========================================================== Barry R. Beggs, Software Development [EMAIL PROTECTED] Phone: (919) 254-2327 T/L 444-2327 IBM - RTP, North Carolina -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
