Re: How to convert project from PPC to Universal Binary?
Re: How to convert project from PPC to Universal Binary?
- Subject: Re: How to convert project from PPC to Universal Binary?
- From: Chris Ridd <email@hidden>
- Date: Sat, 31 Oct 2009 01:26:06 +0000
On 30 Oct 2009, at 21:37, Jens Alfke wrote:
On Oct 30, 2009, at 2:32 PM, Alan Snyder wrote:
This is the start of the *.a file in a text editor. Does this say
anything?
--- start ----
!<arch>
#1/20 1140902714 0 0 100644 90020 `
__.SYMDEF SORTED
If it looks like any sort of ASCII text, it's assembly. Binary would
look like gibberish.
But regardless, I don't think there's anything you can do with that
file to make it useful in an x86 build. You'll have to build from C
source.
It's a static archive (eg libfoo.a) isn't it? If it is then "man ar"
will show you how to get the (PPC) object files out of it. Not that
this really helps Alan as he is still going to have to rewrite the
code for Intel...
Cheers,
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden