|
求助 我也是最近才开始接触这个,在学习创龙的历程时遇到些问题,请帮忙解答:
0 l9 M/ L* O7 K% `) b& W" z6 \* M我用的开发板是TL138/1808/6748F-EasyEVM,* a4 @& e; t7 O% l' u
* t+ W- O7 \ z; B0 Y" H) n, n
1在学习教程8-1-Linux内核编译方法时,在1.1 编译linux-3.3内核, 1.1.2配置内核时,$ L$ d7 V5 u; } p8 ^
执行make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig命令后,提示错误信息:
3 E. p! y @, b *** Unable to find the ncurses libraries or the, k6 S) c0 J% k3 |2 t
*** required header files.% @' \$ x# o% t" V/ q4 @
*** 'make menuconfig' requires the ncurses libraries.9 F% E) a( O' n1 U7 [& N
***
3 i) _* u) ?; i7 G5 a4 E1 T8 ~ *** Install ncurses (ncurses-devel) and try again.4 D, M# C. k. t1 ?4 B: z7 _* Y3 I# y
***
1 a; @1 ]5 J: C. I) r% E7 vmake[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
h M/ Z& m9 O9 Gmake: *** [menuconfig] Error 2* x" B9 N% e9 y* P8 |
这个意思应该是缺少ncurses或ncurses-devel文件,我上网查了一下说只要安装libncurses5或libncursesw5就可以了,但我执行安装命令后再重新make menuconfig仍然会出现上面的错误。。。 * @, c+ R& x! {- _7 a4 j
' w# ~4 _- W% g/ _- n" ]) g
第2个问题:. t1 @8 }2 n; _9 X
在进行教程14-MCSDK开发入门中的 设置MCSDK开发环境参数时,在执行sudo ./setup.sh命令后遇到错误信息:首先它会问我是否具有 administrative previlige,这个教程里就没有提到,我输入y进行确认后,又出现如下的错误信息:
, Z8 G$ L7 u) Y* ion your host. Do you have administrator privilieges?/ N' ]* }( @& W( c h7 F$ d/ X; v
Type 'y' to continue or 'n' to exit the installation: y, m* z- G1 T( f7 e9 E
Performing sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage automake
! B ?! B* z. F3 Q" Y$ JReading package lists... Done# `' z+ k8 M- v3 b: L$ ~
Building dependency tree 8 D6 a; q6 a4 W! h+ D
Reading state information... Done
( g, ?! g* _1 F- {E: Couldn't find package xinetd" \- v% I3 a* {- I, P, r
Failed setup, aborting..
1 U8 m% {+ j7 X. nFailed setup, aborting..
9 t7 N" r5 |- j* g# w
# ~* N5 ?1 q* b$ J- [, o% s现在这两个问题都没有解决,不知你是否遇到过类似问题,如何解决的呢?谢谢 |
|