dsp001.ld錯誤,無法編譯,於是今天又再編一次卻發現
原本沒有問題的menuconfig卻出現了問題(真的很奇怪)
(我已裝了libncurses5-dev)
請各方大俠伸出援手
- 代碼: 選擇全部
debian:/usr/src/kernel-source-2.4.20# make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/usr/src/kernel-source-2.4.20/scripts/lxdialog'
collect2: ld terminated with signal 11 [�{式記憶體區段錯誤]
>> 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 `/usr/src/kernel-source-2.4.20/scripts/lxdialog'
make: *** [menuconfig] Error 2
debian:/usr/src/kernel-source-2.4.20#