Re: Can you use Intel Assembler syntax with xCode 2.2?
Re: Can you use Intel Assembler syntax with xCode 2.2?
- Subject: Re: Can you use Intel Assembler syntax with xCode 2.2?
- From: Fritz Anderson <email@hidden>
- Date: Thu, 26 Jan 2006 15:29:49 -0600
I am using xcode 2.2 and am trying to compile some inline assembly code. The code builds fine on the PC using VC6 and VC7. How to you configure the xcode project to instruct the complier to use intel syntax instead of AT&T? I have tried adding "PER_ARCH_CFLAGS_i386 = masm=intel" | In the "Other C flags" but I get an error - No such file or directory
I'm not qualified to say whether the flag you mean to set, or the build variable you mean to put it in, will solve your problem. However...
The way to set a build symbol like PER_ARCH_CFLAGS_i386 is first, to search for the symbol in a target or project Build panel. If the symbol doesn't turn up (and PER_ anything doesn't show up), press the + button at the bottom of the window to add a setting. In the left half of the new row, type the symbol (PER_ARCH_CFLAGS_i386) and in the right half, the value for the setting (masm=intel -- shouldn't that be -masm?).
-- F
|
_______________________________________________
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