[fpc-pascal](no subject)

Olaf Leidinger leidola at newcon.de
Fri Mar 1 22:29:03 CET 2002


Am 01.03.2002 18:43:09, schrieb "Maxim Artemev" <bert_raccoon at freemail.ru>:

>Thanks for your ideas and thank for the FPC.
>
>Everywhere, when I can, I'm making advertisment of your compiler. :)
>
>How i can build a cross-executable? i.e. I need to build a Linux ELF under
>DOS/Win OS.
>Is that possible?
>
>
>---
>With best regards. Max Artemev.
>

You use the -Tx flag. But you have to make your compiler find the units for the system you wana compile for. You might use the -Fu flag.

I've already cross-compiled a win32 app from linux. I needed the cross-gcc for Linux, as far as I can remember. But I didn't try the other way round.

Ciao

Olaf






More information about the fpc-pascal mailing list