Forum Discussion
Altera_Forum
Honored Contributor
16 years agoproblem about ins_tse_mac.c file
hi,all.thanks for you reading my question! I create the project simple_socket_sever with no change in nios ide 7.2,and the hardware is NiosII_cycloneII_2c35_TSE_SGDMA_sopc.ptf which is the exampl...
Altera_Forum
Honored Contributor
16 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