Re: how to use an ARM assembly library
Re: how to use an ARM assembly library
- Subject: Re: how to use an ARM assembly library
- From: Jonas Maebe <email@hidden>
- Date: Mon, 2 Mar 2009 14:22:27 +0100
On 02 Mar 2009, at 13:02, Michael Mardinian wrote:
I'd like to use some ARM assembly files I already wrote in an xcode
project.
Since it's for an iphone application, I thought ARM assembly would be
perfect.
But, is it possible to build these files in xcode? Or maybe, is it
possible
to pre-compile the files (do a library) and then link them to an xcode
project?
Just adding them to your Xcode project should work. The standard
extension for assembler files is ".s" (".S" if they need preprocessing
by cpp).
Jonas
_______________________________________________
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