Re: Dev on mac, build on a sparc
Re: Dev on mac, build on a sparc
- Subject: Re: Dev on mac, build on a sparc
- From: Jonathon Mah <email@hidden>
- Date: Fri, 15 Dec 2006 23:27:48 +1030
On 2006-12-15, at 22:26, Nicolas Goy - kuon - 時期精霊 wrote:
I will do the debugging on my mac, compiling as ppc binary (ppc is
near enough of sparc to debug). But I don't know how I will compile
my xCode project using sun studio.
A quick-and-dirty solution might be to clean the project and run
xcodebuild on it. That will show you all the build commands that
Xcode runs, so you can copy and paste these into a shell script
(changing the paths as necessary). Obviously it's not as elegant as a
shared makefile, but I think it could be more robust, since Xcode is
giving you the commands, not some external tool.
xcodebuild clean
xcodebuild build | sed replace paths > build-commands.sh
scp build-commands.sh remote:
ssh remote sh build-commands.sh
Jonathon Mah
email@hidden
_______________________________________________
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