Forum Discussion
Altera_Forum
Honored Contributor
21 years agoNIOS Starter Info
Hello guys, I'm a total NEWBIE with NIOS. I'm just a 2nd yr undergrad student trying to compile some C++/C code to the assembly code for NIOS. I need to do some other analysis with the ass...
Altera_Forum
Honored Contributor
21 years agoThe Nios II compiler is GCC, therefore you ought to try looking at the output of 'nios2-elf-gcc --help'... It should point you towards the "-S" switch (compile only, don't assemble or link). This will allow you to get the intermediate assembly language representation of the C/C++ code that (I think) you're trying to get.
If this is not what you want, then you need to post more details of what you're trying to do... Hope this helps! Cheers, - Brendan