[fpc-pascal]cross compiler potential ?
Marco van de Voort
marcov at stack.nl
Sun Jun 29 12:42:00 CEST 2003
> > are differences. :)
> >
> > for tcp/ip you can use the sockets unit which is implemented on both
> > windows and linux.
>
> Ok, I have now compiled the binutils-2.14 successfully I believe. ( using
> cygwin )
>
> I need exact instructions what to do now...
>
> What do I do with the new ld.exe and as.exe ?
Put them in a new directory with a descriptive name ( fpc\cross\x86-linux
or so)
Then follow the already posted procedure:
fpc -Tlinux -FD\path\to\fpc\cross\x86-linux -Fu/path/to/fpc_linux_rtl/* sourcefile
More information about the fpc-pascal
mailing list