|
|
求助 我也是最近才开始接触这个,在学习创龙的历程时遇到些问题,请帮忙解答:$ S( K7 R/ O! x. H
我用的开发板是TL138/1808/6748F-EasyEVM,
. ` r7 G% E0 B. ?; v- M, \ 4 Y0 W2 ]9 O9 ?& x1 r0 e
1在学习教程8-1-Linux内核编译方法时,在1.1 编译linux-3.3内核, 1.1.2配置内核时,
# p* P; O1 ~2 b w( S, |执行make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig命令后,提示错误信息:% g* \. p, k- o% X7 s; C; c) s3 J
*** Unable to find the ncurses libraries or the2 f7 r6 I/ |/ N: s
*** required header files.
& k" J, J4 B* {; |4 F *** 'make menuconfig' requires the ncurses libraries.
8 Y' f' [& \4 {9 Q" V* \5 I ***
- h9 p$ i- M: K5 u7 U7 |0 M *** Install ncurses (ncurses-devel) and try again.( x: j7 x1 M- B `1 w# f- j
*** ) r! K. R) }. z
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
( ~3 W9 K. P/ u. I }make: *** [menuconfig] Error 2- Y5 z( r7 s# Y. ^0 c
这个意思应该是缺少ncurses或ncurses-devel文件,我上网查了一下说只要安装libncurses5或libncursesw5就可以了,但我执行安装命令后再重新make menuconfig仍然会出现上面的错误。。。
6 u8 @) r. y' v! K
U6 o! y7 o, N }第2个问题:
; v4 a) P% j8 ^( Z- `& I% U$ c在进行教程14-MCSDK开发入门中的 设置MCSDK开发环境参数时,在执行sudo ./setup.sh命令后遇到错误信息:首先它会问我是否具有 administrative previlige,这个教程里就没有提到,我输入y进行确认后,又出现如下的错误信息:
8 d5 ~, I3 d) Q5 zon your host. Do you have administrator privilieges?
! N3 U0 Z' z9 rType 'y' to continue or 'n' to exit the installation: y1 R5 A+ Y1 w" [# ^
Performing sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage automake
0 a" O! `+ N" N. }Reading package lists... Done
, s- R* F) _5 fBuilding dependency tree 5 p* j6 B3 }& _& E E
Reading state information... Done
0 P- O/ R/ Q& c$ T9 VE: Couldn't find package xinetd
" G: Q y% p' B$ f$ ]Failed setup, aborting..
$ H* U$ Y6 z6 o' n) D* {* c8 Y- H# ^Failed setup, aborting..
" u& R5 N( z) f7 j3 B, t8 w
" q. B/ i" w9 M现在这两个问题都没有解决,不知你是否遇到过类似问题,如何解决的呢?谢谢 |
|