Altera_Forum
Honored Contributor
21 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 header file however when generating NIOS II core the system.h file is not generated. The only way I seem to be able to generate this file is when I complie my C code. This is no good because I need to know the information contained in the system.h file to write my software. Is there any way of generating system.h without having to compile C code first? Or am I missing something? Thank you ---------- David