On Mon, 20 Oct 2003 00:31:20, Pravin Tamkhane writes:
>   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.

I'm not sure you are asking the correct question.  A cross compiler or
assembler is only useful if you have source code (in a HLL or assembly
language).  If all you have is binary object code, then you are asking for
is some sort of 68k-binary to ARM assembly language translator; and I
am not sure any such fully automated application exists given the endian
differences between these two architectures.  You best bet is to either
acquire HLL source code, to completely disassemble and rewrite the
code and libraries, or to just run the 68k code under an emulator such
as PACE.


Ron Nicholson
HotPaw Productions
 <http://www.hotpaw.com/rhn/palm> 

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to