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: "Kuon (Nicolas Goy)" <email@hidden>
- Date: Sat, 16 Dec 2006 13:18:52 +0100
On Dec 15, 2006, at 1:57 PM, Jonathon Mah wrote:
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
Also a very nice tip. Thanks.
--
Kuon
" A mouse ate my sig. "
_______________________________________________
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