Forum Discussion
Altera_Forum
Honored Contributor
20 years agobuild uclinux error
THANKS I WANT TO DO ACCORDING TO hippo,I downloads the Nios II Linux Distribution v1.4 ,and build.zip.BECAUSE THE NET DOWLOAD IS SLOW,SO I DOWNLOAD THIS FILES:uClinux-dist-20051110.tar.bz2,busyb...
Altera_Forum
Honored Contributor
20 years agoThanks hippo, according to you ,when i execute the following command,
------------------------------------ cd ~ tar jxf uClinux-dist-test-20060511.tar.bz2 cd uClinux-dist-test zcat uClinux-dist.diff.gz | patch -p0 make menuconfig then emerging the following information in the termiinal: [root@localhost uClinux-dist-test]# make menuconfig config/mkconfig > config.in make -C /home/wangdengke/uClinux-dist-test/config/scripts/lxdialog all make[1]: Entering directory `/home/wangdengke/uClinux-dist-test/config/scripts/lxdialog' /bin/sh: line 1: cc: command not found >> Unable to find the Ncurses libraries. >> >> You must have Ncurses installed in order >> to use 'make menuconfig' make[1]: *** [ncurses] Error 1 make[1]: Leaving directory `/home/wangdengke/uClinux-dist-test/config/scripts/lxdialog' make: *** [menuconfig] Error 2 [root@localhost uClinux-dist-test]# pls see it ,help me!!!