|
|
求助 我也是最近才开始接触这个,在学习创龙的历程时遇到些问题,请帮忙解答:8 P6 j0 D" s9 M- ^
我用的开发板是TL138/1808/6748F-EasyEVM,2 k. |, e- J- f) w9 N
5 ^, b6 {: p* @9 g1在学习教程8-1-Linux内核编译方法时,在1.1 编译linux-3.3内核, 1.1.2配置内核时,
8 s( u4 V9 Z1 q- b6 h执行make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig命令后,提示错误信息:- ]5 N( ?, K* ]8 _& I; K( J4 ~
*** Unable to find the ncurses libraries or the" W$ H( f3 b: Y. B$ s( p8 u
*** required header files.) p0 ?, u9 Q; c: n' T4 F+ Q5 n$ G
*** 'make menuconfig' requires the ncurses libraries.
( b( H, H& t5 U6 m" T/ b& R% b0 X ***
& k* K) y2 o+ `9 T) K# v *** Install ncurses (ncurses-devel) and try again.9 l5 T% y4 @7 V% R( z3 o1 W% b
***
' Z' _: U0 k6 G- w( Zmake[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
7 h! s) E) u( F1 c" U# L) rmake: *** [menuconfig] Error 2
' Z$ B- H& n( g; S, ~这个意思应该是缺少ncurses或ncurses-devel文件,我上网查了一下说只要安装libncurses5或libncursesw5就可以了,但我执行安装命令后再重新make menuconfig仍然会出现上面的错误。。。
! T# C4 j5 o7 l8 o& v: q7 y1 j& o4 G+ X3 I! u" {% E Q
第2个问题:
+ @: B0 z! \# S; L$ l' C在进行教程14-MCSDK开发入门中的 设置MCSDK开发环境参数时,在执行sudo ./setup.sh命令后遇到错误信息:首先它会问我是否具有 administrative previlige,这个教程里就没有提到,我输入y进行确认后,又出现如下的错误信息:2 H) o& Z4 S2 A4 |0 r) ~6 {" N9 r" m. t) d
on your host. Do you have administrator privilieges?5 P$ u, |' B( R6 Y
Type 'y' to continue or 'n' to exit the installation: y
$ ^' V. g( L* J8 K7 X% Z WPerforming sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage automake/ C4 I& x0 q3 ~4 ^1 ~; ?; M
Reading package lists... Done: l0 ?( l) B+ u9 J' Z3 C; H& M
Building dependency tree
/ M# W( w/ k, }/ h. `Reading state information... Done* A2 S8 l+ W% B4 W$ d
E: Couldn't find package xinetd
8 A& |. x, C& {# HFailed setup, aborting..$ S5 U. w2 g- W2 s
Failed setup, aborting..
$ `( J- z( R: Z) g% G0 j
) c+ t! S' S! D' @6 k现在这两个问题都没有解决,不知你是否遇到过类似问题,如何解决的呢?谢谢 |
|