Forum Discussion
Altera_Forum
Honored Contributor
13 years agoProblems with installing Nios2 Linux
I am attempting to install the Nios2 Linux development tools on a Centos 6.3 based system. I am somewhat confused by the instructions (on alteras wiki: Install_Nios_II_Linux). They indicate tha...
Altera_Forum
Honored Contributor
9 years agoHi,
--- Quote Start --- Yes, the file test.S generates the same errors. Using the -E switch generated output difficult for me to understand --- Quote End --- Please try to compile the next code.
// test_ctl.S
rdctl r5,ctl7
rdctl r6,ctl12
The names 'exception' and 'badaddr' are alias of control registers 'ctl7' and 'ctl12'. Kazu