• 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: Dev on mac, build on a sparc
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Dev on mac, build on a sparc (From: Nicolas Goy - kuon - 時期精霊 <email@hidden>)
 >Re: Dev on mac, build on a sparc (From: Jonathon Mah <email@hidden>)

  • Prev by Date: Re: Dev on mac, build on a sparc
  • Next by Date: Re: Redisplaying the Window
  • Previous by thread: Re: Dev on mac, build on a sparc
  • Next by thread: Re: Dev on mac, build on a sparc
  • Index(es):
    • Date
    • Thread