Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow can I add the ecos to the Nios II RTOS combo
Hi: We know that when I compiled a common "c/c++ Application",there are RTOS combo in the system library ,which includes: none(single-thread) and MicrC/OS-II . now ,I had set up the ecos ...
Altera_Forum
Honored Contributor
21 years agoIt's right up until the point you try to use a standard "c/c++ application". These don't work for eCos. You can only use an "advanced c/c++ project ". The easiest ways to do this is to start with the examples provided, and then modify the makefile to build whatever source files you want to build.