Forum Discussion
Altera_Forum
Honored Contributor
19 years agoPlease check man pages of "ld" .
1. map file, you can get map file after linkage, you can find if any undefined symbols. 2. you can ask "ld", ie "nios2-linux-uclibc-ld", to run multiple pass scanning. You can find more gnu tools guides from doc on www.gnu.org . The nios2-linux-uclibc-gcc will use uClibc by default. If you just want to compile uClinux apps, there is no need to use -msys-crt0, -nostdinc and -nostdlib ,etc.