Forum Discussion
Altera_Forum
Honored Contributor
13 years agoWhat's the meaning of "HAL-based operating systems do not support a CPU with an MMU"
I copied a Nios project from another person,after opened that project using NIOS eclipse,I want to build that project,but got 2 errors. I think it's because the BSP directory is not correct,so i w...
Altera_Forum
Honored Contributor
13 years agoI think you either need to create a project with a BSP that supports a CPU with MMU (such as Linux) or disable the MMU in the CPU. To do the latter, open your SOPC Builder / QSys project, double click on the CPU and look for the memory options. You should be able to disable the MMU there.