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 ago --- Quote Start --- originally posted by nwpu_zhf2004@May 29 2006, 05:57 PM thanks 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!!!
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15654)
--- quote end ---
--- Quote End --- You need ncurses lib. If you use Fedora core, "su -" to root and run "yum install ncurses ncurses-devel" .