This output usually happens when a single function gets too large for the 68K compiler to handle. It's trying to generate a short jump instruction, but the distance for the jump is too large. Try reducing the size of your functions or turning off inlining.
On 6/28/06, marco roner <[EMAIL PROTECTED]> wrote:
I don't know , it' an assembler messages this is what write the console when I make built m68k-palmos-gcc -c -D__PALMOS__=0x05000000 -I"C:/Programmi/PalmSource/Palm OS Developer Suite/PalmOSTools/include/stlport" -O0 -g -fexceptions -UNDEBUG -Wall -palmos5r4 -o src/Strip/Strip.o ../src/Strip/Strip.c /cygdrive/c/DOCUME~1/marco/IMPOST~1/Temp/ccLJYs9F.s: Assembler messages: /cygdrive/c/DOCUME~1/marco/IMPOST~1/Temp/ccLJYs9F.s:3469: Error: Signed .word overflow; switch may be too large; 37784 at 0xfa /cygdrive/c/DOCUME~1/marco/IMPOST~1/Temp/ccLJYs9F.s:3632: Error: Signed .word overflow; switch may be too large; 37784 at 0x224 2006/6/27, Ton van Overbeek <[EMAIL PROTECTED]>: > On 2006-06-27, marco roner <[EMAIL PROTECTED]> wrote: > > > > thanks tom, > > I have another request, I can't try with PODS? (I have add the #define > > min....in the strip.c) > > I have this error > > cygdrive/c/DOCUME~1/marco/IMPOST~1/Temp/cc08hewt.s: Assembler messages: > > /cygdrive/c/DOCUME~1/marco/IMPOST~1/Temp/cc08hewt.s:3469: Error: Signed > > .word overflow; switch may be too large; 37784 at 0xfa > > and there are a lot of this .word overflow (30-35 ) > > > > advice?(I must use PODS ) > > > > Which source file? > > Ton van Overbeek > > -- > For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
-- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
