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 agoHi Cloud,
> I want to add some special assembly instructions(machine instructions) > by myself. The compile need to be able to recognize the assembly instructions > and generate the machine codes correspondingly. If you can make do using a macro and inline assembly, it'll save you lots of work ... both now and in the future ;-) --Scott