Re: Linking Mach-O and AIX binaries
Re: Linking Mach-O and AIX binaries
- Subject: Re: Linking Mach-O and AIX binaries
- From: Markus Hitter <email@hidden>
- Date: Wed, 10 Jul 2002 10:20:45 +0200
Am Mittwoch den, 10. Juli 2002, um 09:20, schrieb j.oie(mecha :
himitsu):
Maybe taking a disassembler to the AIX binary and assembling
for PowerPC might have better results; a PowerPC (dis)assembler
I know of is "The Dark Tower", but I know not where it can be
found. This is only if Power and PowerPC assembly languages
are sufficiently similar, though.
GNU binutils should do it. Easy to compile them for a cross-environment.
Some years ago I tried something like this but it isn't too
simple: "as" can't read bintuils ("objdump") output directly.
You'd have to write a converter. And you still would have to
deal with all the calls to system libraries. Functions _not_
using system calls are quite rare in a real word app.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.