Forum Discussion
Altera_Forum
Honored Contributor
22 years agoNIOS II generating system.h
I am developing software for the NIOS II. Before when I developed sw for NIOS I the "excalibur.h" was created when I generated the NIOS core. With Nios II I know "system.h" replaces the excalibur...
Altera_Forum
Honored Contributor
22 years agoWhen you write code you do this as two seperate projects (one is your application, and the other is the system code).
So you can create the system project and compile it to get at the file (without starting the application project). As for having to have the system file first I'm wondering..... why? (if you did a hello world program or something wouldn't that have been fine?)