Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
Never seen that before. Try re-installing the NIOS software (that seems to fix some problems).
- Altera_Forum
Honored Contributor
The -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. - Altera_Forum
Honored Contributor
Thanks wombat. I did what you recommended and finally saw that the problem was an embedded assembly for NIOSI which does not assemble in NIOSII. Fixed the problem and moved on to more bugs.
thanx again