Re: generating mach-o executable files by hand
Re: generating mach-o executable files by hand
- Subject: Re: generating mach-o executable files by hand
- From: Jean-Daniel Dupas <email@hidden>
- Date: Sat, 10 Jan 2009 14:56:33 +0100
Le 10 janv. 09 à 12:12, Joel Reymont a écrit :
Charles,
On Jan 9, 2009, at 11:58 PM, Charles Bailey wrote:
This is a possibly dumb question, just for my own info: isn't the
canonical way to do this (in the absence of a cross-compiler that
cross-links) to cross-compile to Mach-O object files under Linux,
then
use ld on OS X to link them into an executable?
It's a Forth environment that cross-compiles to a number targets,
many of them embedded microcontrollers (no OS). Everything needed to
build an executable image is available on the host and introducing
an extra linking step is an inconvenience.
In other words yes, I could use an extra linking step, but why
should I bother?
To be futur proof and not rely on Mach-O implementation details ?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden