Re: -fasm-blocks not working properly for ppc in Xcode 3.2?
Re: -fasm-blocks not working properly for ppc in Xcode 3.2?
- Subject: Re: -fasm-blocks not working properly for ppc in Xcode 3.2?
- From: Michael Dautermann <email@hidden>
- Date: Mon, 31 Aug 2009 21:54:51 -0700
On Aug 31, 2009, at 7:33 PM, Jim Wintermyre wrote:
Hi Jim,
I had a similar problem like this with a project I'm working on, when I moved up to Snow Leopard + XCode 3.2.
Make sure your assembly flags include a "-fmacho" format specifier and see if that does the trick.
Thanks for the reply - sorry for the dumb question but how exactly do I set that? Thanks, Jim
I'm not looking at my project file at the moment (they're held hostage at the office, paranoid bosses being what they are ;-), but if the inline assembly is being compiled using nasm then I believe there's a user-defined setting (or flag) you can add to the target in XCode to get the "-fmacho" option passed in when nasm is called (do a "man nasm" at the command line to see the various options).
Or, you might not be using nasm to compile the inline assembly. It might be useful to print out the errors being thrown in the Build Results window, along with the actual commands (i.e. which compiler / tool / etc. was throwing the error) that generated that error. That way, we'd know for sure whether it was nasm or CompileC or something else.
m
|
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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