Forum Discussion
Altera_Forum
Honored Contributor
14 years agoComplete list of optimization flags for the Nios II compiler?
Hello all. Sorry if this has already been answered, I couldn't find it anywhere on the forums or online. We're migrating a large amount of source code written in C from an older processor to an...
Altera_Forum
Honored Contributor
14 years agoYou probably don't need to write any actual assembler, but it is probably worth learning to read the assembler to check (in a few places at least) that the compiler is doing what you want.
Compiling with -S -fverbose-asm can make life a little easier.