Forum Discussion
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 ...
Altera_Forum
Honored Contributor
15 years agoit worked with me but after adding four paths.... i got 36 errors from ucos_ii.h
like: c:/altera/10.0sp1/nios2eds/components/micrium_uc_osii/ucosii/inc/ucos_ii.h# error "os_cfg.h, missing os_task_suspend_en: include code for ostasksuspend() and ostaskresume()" then another error:error: `alt_irq_not_connected' undeclared here (not in a function) So i dont know if i miss paths or smth wrong.