Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by doofus64@Mar 3 2006, 11:42 PM when i try to configurate the kernel i get the follow error:
make: entering directory '/cygdrive/e/programmer/altera/kits/nios2_51/bin/eclipse/plugins/com.mictronix.nios2linux.kernel_1.4.0/linux-2.6.x'
no emulation specific options.
hostcc scripts/basic/fixdep --- Quote End --- Hi, I was getting those problems when I switched to the new version of µClinux (1.4). So, first of all, you have to check the compatibility of the µClinux version with the nios II one: µClinux v1.3 goes with Nios II v1.1 and the µClinux v1.4 goes with the version 5.0 of Nios II. So check this out first. If you have ols version of those applications and you want to move to the newest, you have first to uninstall the older ones in that order: µClinux, Nios II and maybe Quartus II to be sure. Then you reinstall in the inverse order: Quartus, Nios II and finally µClinux. Good luck