> 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


_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to