도와주세요!!
글 수 15,339
2009.03.17 14:25:04 (*.178.66.213)
28659
ez-x5 menul에서 커널을 컴파일하고 커널 컴파일 환경설정을 위해서 아래와 같이 make menuconfig를
했는데 오류가 뜨네요..
뭐가 잘못됐을가요?
[root@localhost linux-2.4.19]# make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-arm asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/ex-x5/kernel/linux-2.4.19/scripts/lxdialog'
/usr/lib/gcc-lib/armv5l-linux/3.2.1/../../../../armv5l-linux/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status
>> Unable to find the Ncurses libraries.
>>
>> You must have Ncurses installed in order
>> to use 'make menuconfig'
make[1]: *** [ncurses] 오류 1
make[1]: Leaving directory `/ex-x5/kernel/linux-2.4.19/scripts/lxdialog'
make: *** [menuconfig] 오류 2
했는데 오류가 뜨네요..
뭐가 잘못됐을가요?
[root@localhost linux-2.4.19]# make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-arm asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/ex-x5/kernel/linux-2.4.19/scripts/lxdialog'
/usr/lib/gcc-lib/armv5l-linux/3.2.1/../../../../armv5l-linux/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status
>> Unable to find the Ncurses libraries.
>>
>> You must have Ncurses installed in order
>> to use 'make menuconfig'
make[1]: *** [ncurses] 오류 1
make[1]: Leaving directory `/ex-x5/kernel/linux-2.4.19/scripts/lxdialog'
make: *** [menuconfig] 오류 2
Ncurses 라이브러리는 text 환경에서 윈도우형태의 그림등을 그려주는데 필요한 라이브러리입니다.
이것을 구하신후 설치하세요