|
求助 我也是最近才开始接触这个,在学习创龙的历程时遇到些问题,请帮忙解答:8 E+ H: t+ m" U5 j6 I
我用的开发板是TL138/1808/6748F-EasyEVM,/ u- ?' }$ v- {) `3 f. Z4 c
* G" A/ f0 h% I3 K2 Z, B; `: ~1在学习教程8-1-Linux内核编译方法时,在1.1 编译linux-3.3内核, 1.1.2配置内核时,; L/ a4 y4 C# B* r9 r1 s+ K% ~# V
执行make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig命令后,提示错误信息:7 v- u6 f7 X+ S" G; X( X7 o
*** Unable to find the ncurses libraries or the. l- Q& i1 N0 m1 i
*** required header files.9 Z' [. r* a0 J/ w8 r. E* m
*** 'make menuconfig' requires the ncurses libraries./ T- S( o# j; {$ m! H9 ^
*** " g$ t3 w" p* _! ?* [9 T8 Q
*** Install ncurses (ncurses-devel) and try again.
! m: p+ C2 @, N" k( [5 W- V *** 4 s( K% d. {0 a- t# P
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
6 X$ `. V/ ?$ r8 o5 smake: *** [menuconfig] Error 26 c/ G- x3 G P: i3 u( O9 P- ]
这个意思应该是缺少ncurses或ncurses-devel文件,我上网查了一下说只要安装libncurses5或libncursesw5就可以了,但我执行安装命令后再重新make menuconfig仍然会出现上面的错误。。。 : i: b! _ R+ f4 K& u
1 R# [0 f9 X* f5 n+ p9 W第2个问题:
$ c) x; b) ~* f2 h在进行教程14-MCSDK开发入门中的 设置MCSDK开发环境参数时,在执行sudo ./setup.sh命令后遇到错误信息:首先它会问我是否具有 administrative previlige,这个教程里就没有提到,我输入y进行确认后,又出现如下的错误信息:
# o: b8 b& G. x. R: ion your host. Do you have administrator privilieges?
. a* U& o5 n8 e) zType 'y' to continue or 'n' to exit the installation: y
0 F" j, z. G0 i0 i, D+ \# RPerforming sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage automake7 v4 x9 i! F( Y5 z
Reading package lists... Done
+ N: Z( l. K0 p+ V5 R( Q3 LBuilding dependency tree 9 L) M( |2 V3 C( q; T3 H
Reading state information... Done
; V+ f8 h1 S$ qE: Couldn't find package xinetd; O" H0 G) k2 ?2 w' g
Failed setup, aborting..
$ g+ A$ Y) i% v$ i# zFailed setup, aborting.., L# n. B# X3 \3 W, C& r
- T8 J3 O6 P2 b( x8 ?! s现在这两个问题都没有解决,不知你是否遇到过类似问题,如何解决的呢?谢谢 |
|