Forum Discussion
Altera_Forum
Honored Contributor
9 years agoI advanced in my exploration of this issue.
Here are key points of my investigations:- Setting, where the compiler options can be specified is located here: Project Properties --> Nios II Application Properties --> User flags:
- Options that contain the '=' sign (e.g. -std=c99) can't be set via GUI ... as interface merely reject such options !!! Perhaps tool bug
- The only location where it can be done (at least I've found only this way) is corresponding section in the makefile (fragment below)