|
|
求助 我也是最近才开始接触这个,在学习创龙的历程时遇到些问题,请帮忙解答:$ E, g4 f! q. A4 I
我用的开发板是TL138/1808/6748F-EasyEVM, j, Q* ]7 W2 W" i: A
* B6 ^. s; i& Y3 Y1在学习教程8-1-Linux内核编译方法时,在1.1 编译linux-3.3内核, 1.1.2配置内核时,, X& l8 n5 B& u7 G
执行make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig命令后,提示错误信息:3 _* p* J" _5 o% w8 E
*** Unable to find the ncurses libraries or the
! F' u' p9 T/ L* x& K *** required header files.
g: |& N h- s0 v4 _5 b4 o6 c% Z *** 'make menuconfig' requires the ncurses libraries.& `3 ]& k: b0 J" g) w+ Q+ O% R
*** 5 o3 V( f4 V( u) K* A" p
*** Install ncurses (ncurses-devel) and try again.
4 @. \) w* I+ R8 G2 Z7 g, @) L ***
! B# `3 O0 a2 J! d# Z. ^make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1 F' m' y3 i' f0 h! L
make: *** [menuconfig] Error 27 w4 N' t9 c& }+ x
这个意思应该是缺少ncurses或ncurses-devel文件,我上网查了一下说只要安装libncurses5或libncursesw5就可以了,但我执行安装命令后再重新make menuconfig仍然会出现上面的错误。。。
6 Q4 j4 B( D' J% j! y Y4 ?* E& E' n( v; ?! @* l0 L2 S% t
第2个问题:
( c% r- i* L3 u6 P在进行教程14-MCSDK开发入门中的 设置MCSDK开发环境参数时,在执行sudo ./setup.sh命令后遇到错误信息:首先它会问我是否具有 administrative previlige,这个教程里就没有提到,我输入y进行确认后,又出现如下的错误信息:
0 ?" O- n% F. k! [! a) E v* Mon your host. Do you have administrator privilieges?" j# R, b b; r2 W
Type 'y' to continue or 'n' to exit the installation: y( m. ~4 v( ?/ J( J* A; ^
Performing sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage automake
2 e% J% |/ |; R4 }2 ?Reading package lists... Done
; h( p% \" ~, G% H9 _% eBuilding dependency tree * a2 d& F; o, X8 P# |- @
Reading state information... Done
% Q! X" X# O. K' p& s' BE: Couldn't find package xinetd# s" T9 c0 [" _% U# x# `2 r9 C
Failed setup, aborting..
! |- Q( ^; M' O" i: I; B- BFailed setup, aborting..* }! u, c! k; l: [, m, ^2 M \
# ?- S- m. p# e3 [3 |% L( }. v! R/ }现在这两个问题都没有解决,不知你是否遇到过类似问题,如何解决的呢?谢谢 |
|