Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNIOSII Linker Hanging
I'm trying to run the simple_socket_server example on my Cyclone III NiosII embedded development board, however; the NiosII SBT hangs everytime it tries to link the ELF file. I've tried uninstalling ...
Altera_Forum
Honored Contributor
14 years agoThat is the command line (and other output) from 'make'.
The last line implies that 'nios2-elf-g++' exited with an error (otherwise make wouldn't delete the target (in case it is a part-file). No error message is given - and there is no obvious reason for a 'hang'. Looking at the command line, I'm not sure that the latter options (those starting --) should be passed to g++, they are all Altera specific.