Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to make the gcc source files for nios2 cpu
I want to modify the gcc source files along with the nios2 development board. How to make the gcc source files to executable? Are there some documents availble for achieving that? Thanks!
Altera_Forum
Honored Contributor
21 years agoI'm a little confused by your question. I don't see why changing the board would mean you have to change the compiler. You would only need to modify the compiler if you were changing the processor.
You can modify the compiler to change the linker defaults, but all these options can either be changed at the command line or in a linker script. The only documents for how to build the compiler are the Gnu documents and we would very much advise you against doing this, unless you've done it before.