> I am in desperate need of cross compiler/assembler for 68K > processor that will convert it to ARM code. I have object > code and libraries for 68K. Is there any way by I can convert > 68K code into ARM code. Thanks in advance...
prc-tools 2.3 has both m68k-palmos-gcc and arm-palmos-gcc :) if you have your code in 'C', and, abide to a few simple rules - you can recompile portions of your code in native ARM quite easily - converting from object code? good luck. keeping the same interface for libraries? good luck. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
