Forum Discussion
Altera_Forum
Honored Contributor
22 years agomake clean, make mrproper
It appears as if you can only build your kernel once, I need to enable module unloading in the kernel and when I try to build the kernel I get a "..kernel-2.6.x is not clean, please run 'make mrp...
Altera_Forum
Honored Contributor
22 years agoIt's definitely an issue with our distribution and it is being looked at. In the meantime, if the build process is complaining that it isn't clean, you need to manually clean it by starting a Nios II SDK Shell and entering the following commands:
cd $SOPC_KIT_NIOS2/bin/eclipse/plugins/com.microtronix.nios2linux.kernel_0.1.4/linux-2.6.x
make mrproper
touch arch/nios2nommu/kernel/vmlinux.lds.S We'll try to address this by the next release.