> > What are the "correct options" and where are they documented? its easy to find, just google for palmos arm gcc , or palmos pno gcc but to make it simpler:
arm-gcc -ffixed-r9 -fPIC -march=armv4t -lc -nostartfiles i guess for newer devices you can use -march=xscale, but it will not work everywhere > > So any new version of gcc will work or does it require some additional > steps to insure the arm base capabilities are compiled into gcc? for basic pnolets no, just compile it as crosscompiler which will compile to arm object file (with -o switch) and then use its objcopy -O binary to copy important part into extra file which you can use as pnolet (same as you would do with arm-palmos-gcc) i didn't tried with peal, i am using gcc from http://www.codesourcery.com/gnu_toolchains/arm/ which is compiled with eabi and peal can't use generated elf files at all. i think if you compile gcc yourself then it might work and use ordinary abi and elf target - i never tried > > Eric > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
