Jonas Maebe wrote:

Artur Kornilowicz wrote:

I work on PPC with Darwin.
I am trying to build binaries for Linux.
Calling

fpc -Tlinux a.pas

The Mac OS X version does not include Linux units by default, so you have to compile and install the compiled Linux RTL. For this, and also to generate programs afterwards, you need a Darwin-to-Linux cross-assembler and cross-linker (the Darwin assembler and linker cannot generate Linux/ELF object files). You will probably have to compile these yourself, at least a quick google search did not turn up anything.

There is, check out <http://www.opendarwin.org/pipermail/odcctools/2004-November/>.

Regards,

Adriaan van Os


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to