|
求助 我也是最近才开始接触这个,在学习创龙的历程时遇到些问题,请帮忙解答:3 o8 R: S7 g$ }1 ^( }. r
我用的开发板是TL138/1808/6748F-EasyEVM,
' n8 q8 V `; q6 z g& P 9 ]8 t' b& d' L
1在学习教程8-1-Linux内核编译方法时,在1.1 编译linux-3.3内核, 1.1.2配置内核时,2 `* k% Z9 S6 {$ y7 U" d
执行make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig命令后,提示错误信息:1 J6 d5 M( f1 g2 D' k9 g: |6 r
*** Unable to find the ncurses libraries or the
6 j1 T( Q$ X6 G6 L i *** required header files.
/ F) `* r( h( ]* }! L1 z$ F *** 'make menuconfig' requires the ncurses libraries.
( u( A7 A5 X6 `9 N- y/ ^. E ***
1 y+ m' z z0 f *** Install ncurses (ncurses-devel) and try again.
- E6 d8 f- c! ~ r3 M8 s) F* N: l *** + S& v, q- W5 _/ }7 B
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1! Z7 t; ^4 |( H; j3 B5 w
make: *** [menuconfig] Error 2
- x0 z6 ?, S5 l3 K! @2 g, y2 V这个意思应该是缺少ncurses或ncurses-devel文件,我上网查了一下说只要安装libncurses5或libncursesw5就可以了,但我执行安装命令后再重新make menuconfig仍然会出现上面的错误。。。
& y. J1 a3 i5 b
2 M1 b1 S6 K. }$ }* m, Q第2个问题:
7 n0 A( v% \# V+ h; R# {9 q+ O. |在进行教程14-MCSDK开发入门中的 设置MCSDK开发环境参数时,在执行sudo ./setup.sh命令后遇到错误信息:首先它会问我是否具有 administrative previlige,这个教程里就没有提到,我输入y进行确认后,又出现如下的错误信息: o& g9 p3 ? @
on your host. Do you have administrator privilieges?) O" _3 A: k" w8 D6 g
Type 'y' to continue or 'n' to exit the installation: y
% { T( D( T! c. t& k6 KPerforming sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage automake% p4 N# D1 W6 X. [1 d- ]: i
Reading package lists... Done
$ g. ?! k3 P! c$ F6 u' t$ E( UBuilding dependency tree : c- `$ s. h* g. }, T8 Q
Reading state information... Done
& r }9 }! m O, OE: Couldn't find package xinetd, r: R9 U: J; q3 b
Failed setup, aborting..
9 N* y$ D. ], i, GFailed setup, aborting..7 S- i, A$ l0 c F
4 u' w( ^9 R3 e' p现在这两个问题都没有解决,不知你是否遇到过类似问题,如何解决的呢?谢谢 |
|