In a nutshell:{$LinkLib LIBNAME} --> you need the LIBNAME.a file{$Link LIBNAME} --> you need the LIBNAME.o file
If I tell {$L mylib.a}it cames to the linker as ObjectFiles.GetFirst
(external) linker support is present in the compiler what I do not know if the existing mipsel target (already) added support for that (I assume it does/did). In case the latter then you can follow its lead.
I have some libraries likelibgte.amy executable should be linked against.so i do in my program{$LINKLIB libgte.a}I'm at the writing linker script stage.how to get the name of this lib in my t_ps1.pas in class(TExternalLinker)?