• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Can you use Intel Assembler syntax with xCode 2.2?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

On 26 Jan 2006, at 10:49 AM, email@hidden wrote:

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

 --
Fritz Anderson -- http://www.manoverboard.org/
Consulting Programmer -- http://resume.manoverboard.org/
Step into Xcode, coming out late January -- http://six.manoverboard.org/


 _______________________________________________
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

  • Follow-Ups:
    • Re: Can you use Intel Assembler syntax with xCode 2.2?
      • From: Eric Christopher <email@hidden>
References: 
 >Can you use Intel Assembler syntax with xCode 2.2? (From: email@hidden)

  • Prev by Date: Transitioning to XCode 2.2.1 problems...
  • Next by Date: Re: Transitioning to XCode 2.2.1 problems...
  • Previous by thread: Can you use Intel Assembler syntax with xCode 2.2?
  • Next by thread: Re: Can you use Intel Assembler syntax with xCode 2.2?
  • Index(es):
    • Date
    • Thread