Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to disable RTOS?
Hi! Our Company is developing soft-processors using Nios I, but due to Nios I is not supported any more, as well as due to more advantageous JTAG use, we have to use Nios II. The problem we are ...
Altera_Forum
Honored Contributor
14 years agoIf you are in the Eclipse IDE, you can still create a project without the RTOS. It will still compile the HAL though, but you don't have to use it if you don't want to. You can directly access the hardware from your application without using the HAL, and it won't be linked in. Making a custom Makefile to ensure it isn't even compiled is also a possibility, yes.