Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Odd TSE include error

Altera_Forum
Honored Contributor II
1,145 Views

I am including all the TSE Megacore function libraries in my code. When I go to include the header files I am able to add 

 

# include "altera_avalon_tse.h" 

# include "altera_avalon_tse_system_info.h"  

# include "triple_speed_ethernet_regs.h" 

# include "triple_speed_ethernet.h" 

# include "altera_avalon_tse.h" 

# include "altera_avalon_tse_system_info.h" 

 

all successfully, but when I try to add 

 

# include "ins_tse_mac.h" 

# include "triple_speed_ethernet_iniche.h" 

 

or 

 

# include "iniche/ins_tse_mac.h" 

# include "iniche/triple_speed_ethernet_iniche.h" 

 

it errors and states that there is no such file or directory. I'm not sure how it's finding the other files but not these two. Any ideas?
0 Kudos
0 Replies
Reply