Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAltera Monitor Program nios2-elf-gcc compiler flags
It seems when I try to compile a C program using nios2-elf-gcc in the Altera Monitor Program (v. 11) several compiler flags are added by default. Where are these flags specified and can they be modi...
Altera_Forum
Honored Contributor
15 years agoIf you use the new gcc v4 based tools and just eliminate/rewrite any code that is relying on that flag being set that would be the better approach. The newer gcc compilers removed that flag for a reason so if you have the opportunity to remove that code that will make your life easier down the road.