Altera_Forum
Honored Contributor
15 years agoIncludes.h no such file or directory
I am using NIOS II 10, and i am using in my code includes.h.
The problem is that while compiling the nios couldnt discover or find the path of the includes.h... so i tried to add manually to the project but i recognized that i need dozens of file to add.. includes.h: no such file or directory the related code that i have the syntax error in os_stk task1_stk[task_stacksize];
alt_u32 canirq0 = canif_0_irq; so i think the includes.h will solve the problem... Is there a way to add this header files from directory or smth...i think this will solve my problem