What can I do to verify for you? Do you have a small sample code I can compile and try?wilbert wrote:The update is $19.99 .
What worries me a bit is that I read somewhere that XCode doesn't support the gcc compiler anymore, only llvm .
One of my iOS apps didn't compile properly using llvm on Lion.
xCode 4.3+ and NASM
Re: xCode 4.3+ and NASM
www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
Re: xCode 4.3+ and NASM
It's not a few simple lines of code to test.
I could get my code to compile but due to some bug the behavior on my iOS device was not exactly as it should be.
What you could do is check what compilers are supported.
When you check the Build Settings of one of your own apps, under Build Options there is a line Compiler for C/C++/Objective-C (at least there is in the Xcode version I'm currently using).
The choices I have are Apple LLVM compiler 3.0 and LLVM GCC 4.2 (the one I'm using currently).
Can you tell me what options you have if there are any ?
I could get my code to compile but due to some bug the behavior on my iOS device was not exactly as it should be.
What you could do is check what compilers are supported.
When you check the Build Settings of one of your own apps, under Build Options there is a line Compiler for C/C++/Objective-C (at least there is in the Xcode version I'm currently using).
The choices I have are Apple LLVM compiler 3.0 and LLVM GCC 4.2 (the one I'm using currently).
Can you tell me what options you have if there are any ?
Re: xCode 4.3+ and NASM
I have Apple LLVM compiler 4.0 and LLVM GCC 4.2. 

www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
Re: xCode 4.3+ and NASM
ThanksJ. Baker wrote:I have Apple LLVM compiler 4.0 and LLVM GCC 4.2.

Re: xCode 4.3+ and NASM
Yes I did read that you should be able to choose between LLVM and GCC and even choose to use the GCC frontend with LLVM (or vice versa using Clang, I can't remember which!
)

I may look like a mule, but I'm not a complete ass.
Re: xCode 4.3+ and NASM
No problem. That's in xCode 4.4. There is a beta 4.5 but I don't believe that version can be used for submitting until it's final. Maybe you already knew that.wilbert wrote:ThanksJ. Baker wrote:I have Apple LLVM compiler 4.0 and LLVM GCC 4.2.

www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
Re: xCode 4.3+ and NASM
Interesting J. Baker!
I think I'll wait to see how it goes for you before I upgrade.
I think I'll wait to see how it goes for you before I upgrade.

MacBook Pro-M1 (2021), Sequoia 15.4, PB 6.20
Re: xCode 4.3+ and NASM
nasm is now packaged with PB since 4.70, so such issue shouldn't raise anymore.