On 2006-06-28, marco roner <[EMAIL PROTECTED]> wrote: > ------=_Part_13171_31388786.1151478044004 > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > > 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
Source file is ../src/Strip/Strip.c. As far as I can tell there are no large switch statements in that file. I have not tried to import it in PODS. I have my own Cygwin installation including prc-tools and used the PODS custom install to point it to my own Cygwin installation. My advice is to try to compile it with the command line tools outside PODS using configure and make. As far as I know the PalmOSCygwintools should contain everything you need. Good luck. Ton van Overbeek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
