Forum Discussion
Altera_Forum
Honored Contributor
21 years agoNIOS II IDE and "unrecognised command"
When building, I get the error line: Error: unrecognised instruction ld[/cygdrive/c/DOCUME~1/ROBERT~1/LOCALS~1/Temp/ccOxWZfc.s] nscan2 line 3371 How do you know what is wrong in this temp fi...
Altera_Forum
Honored Contributor
21 years agoThe -save-temps option to gcc tells it not to delete the temporary files.
You will need to run make from the command line to find out what the command line is and then run gcc again after adding that option.