Forum Discussion
Altera_Forum
Honored Contributor
19 years agoI have read the man pages of "ld". I am running multiple pass ld, but the problem was to find waht libraries were needed, without having to link against all the libraries I have (I have many libraries and programs, some programs link with some libraries, and some with others).
The man pages of ld refer to standard ld, and it seems that nios2-linux-ld doesn't have ALL the options (doesn't recognize the option -M for mapping the output) Anyway, I'll try to link against ALL the libraries, even if the compile time gets increased a lot. The "-msys-crt0, -nostdinc and -nostdlib ,etc.", ... I used the Makefile that the Altera IDE generated at the beginning, before compiling in linux. Thank you... aLeX