Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe errors are the kind that appear when a syslib is generated with a PTF/SOF configuration that is missing hardware. In your case it's like the TSE is missing from SOPC. When system.h is generated from the SOF file, it would include these TSE# defines if the TSE were included in the SOPC build.
So it's basically telling you there is no TSE defined. If you're sure that there is, Use File -> New -> NIOS II System Library and specify the PTF and SOF files that have the TSE included. Use your project properties to select this newly created syslib. These errors should go away. Bill