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 agoThanks very much for the replies. Using volatile declarations and embedded assembly code where needed may well be what we end up doing - I think we were trying to avoid it just because it'll take up a good chunk of extra time to go through all the code and make the appropriate changes. On the bright side, I've now got a great opportunity to get some experience with assembly code!
Again, thanks to everyone for the input.