|
求助 我也是最近才开始接触这个,在学习创龙的历程时遇到些问题,请帮忙解答:9 e) t- y4 h6 h0 [( m, ?* A
我用的开发板是TL138/1808/6748F-EasyEVM,, \( o% j: Q! y, Y% E- c% ^+ [ Z
3 h6 P, r! O" V1在学习教程8-1-Linux内核编译方法时,在1.1 编译linux-3.3内核, 1.1.2配置内核时,: z! d9 Z7 a' Q% C: p1 M3 f" l' P
执行make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig命令后,提示错误信息:' K9 a0 l- a& H
*** Unable to find the ncurses libraries or the6 p2 e! P) K5 m3 i; l( j5 D( j
*** required header files.
5 P; R! ?) e5 y *** 'make menuconfig' requires the ncurses libraries.# D- N- q3 v3 B2 i
*** % I6 A- Z3 w' y) E! g
*** Install ncurses (ncurses-devel) and try again.6 T( }: @! r; ], `
***
B7 }7 S1 k$ c3 S o7 A& Ymake[1]: *** [scripts/kconfig/dochecklxdialog] Error 1' r q( [4 \# z+ E$ Y5 j
make: *** [menuconfig] Error 2
$ d0 g: `/ M# x8 {* t* R这个意思应该是缺少ncurses或ncurses-devel文件,我上网查了一下说只要安装libncurses5或libncursesw5就可以了,但我执行安装命令后再重新make menuconfig仍然会出现上面的错误。。。
( p8 D$ E( i7 _! q2 [* G( q1 }! l/ _9 l
第2个问题:8 P/ F3 e2 o) c
在进行教程14-MCSDK开发入门中的 设置MCSDK开发环境参数时,在执行sudo ./setup.sh命令后遇到错误信息:首先它会问我是否具有 administrative previlige,这个教程里就没有提到,我输入y进行确认后,又出现如下的错误信息:% @- |: r: k2 ]3 Z
on your host. Do you have administrator privilieges?) ]/ y |* r6 d& T
Type 'y' to continue or 'n' to exit the installation: y
$ o# u; M& B6 p/ q) h0 I ?7 aPerforming sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage automake9 M3 m% G# w! _6 }2 M6 y4 S
Reading package lists... Done) ^- |2 E' a9 X& A! [5 t6 H) ~
Building dependency tree
6 k# @7 ?4 y% c& HReading state information... Done
$ X% `, p( X0 x5 a3 ^E: Couldn't find package xinetd9 T1 s7 G! e4 B6 b% @1 h1 t
Failed setup, aborting..
& L+ d( F0 Z3 X$ X# X! JFailed setup, aborting..
+ ?# N1 b* ^) W7 e9 }0 y# p! o& X; ^
现在这两个问题都没有解决,不知你是否遇到过类似问题,如何解决的呢?谢谢 |
|