well, I was looking around within the pspsdk and found that program above. Can someone give an example on using it because it just produce a a.exe when I use it
Noko doesn't say it this way as people may think psp-ld is unneeded for psp-gcc/psp-g++.
@Dariusc123456
psp-gcc/psp-g++ implicitly use psp-ld to link object files into a library or executable (here, a .elf or .prx file). So you don't need it explicitly.