[fpc-pascal] FPC on ARM (eg Zaurus)
Marco van de Voort
marcov at stack.nl
Mon Nov 1 00:14:54 CET 2004
> I am trying to cross-compile a program a bit more
> complicated than Hello World and I have the following problem.
>
> ppcarm uses the wrong libraries because it uses some default lib paths
> first before it uses the library paths added with -Fl
>
> eg:
>
> ppcarm -Sd -XParm-linux- -k'-z nodefaultlib' -vt -Fl/opt/Embedix/tools/arm-linux/lib* -Fl/opt/Embedix/tools/lib/gcc-lib/arm-linux/2.95.2 test_dl.pas
Try to add -Xd
More information about the fpc-pascal
mailing list