Altera_Forum
Honored Contributor
13 years agomake menuconfig fails with 20120802-tarball
Hello,
after I got the DE0-nano up and running the last days with the linux-tarball from 2009 I want to switch to the actual branch and my custom board. For this I downloaded and "installed" the 20120802-linux-tarball as described in alterawiki.com/wiki/Install_Nios_II_Linux I also installed the precompiled nios2gcc-20080203.tar.bz2 toolchain. I run the './update' too. Then I was going to 'make menuconfig' but it stops with the following message:
guinea@guinea-VirtualBox:~/Dev/uClinux/nios2-linux/uClinux-dist$ make menuconfig
find vendors -mindepth 2 '(' -name .svn -prune ')' -o -type f -name Kconfig -print | sed 's:^:source ../:' > vendors/Kconfig
config/mkconfig > Kconfig
KCONFIG_NOTIMESTAMP=1 /home/guinea/Dev/uClinux/nios2-linux/uClinux-dist/config/kconfig/mconf Kconfig
/bin/sh: /home/guinea/Dev/uClinux/nios2-linux/uClinux-dist/config/kconfig/mconf: cannot execute the file
make: *** Error 126
guinea@guinea-VirtualBox:~/Dev/uClinux/nios2-linux/uClinux-dist$
the "mconf" attributes are: -rwxr-xr-x 1 guinea guinea 153127 2011-11-21 20:24 /home/guinea/Dev/uClinux/nios2-linux/uClinux-dist/config/kconfig/mconf My system is: ubunut 10.10 and gcc 4.2.4 (Ubuntu 4.2.4-1ubuntu3) and GNU Make 3.81 Has anyone a hint how to solve this problem? Thx in advance guinea