网上搜了不少东西看了看,好像显示出安装很简单,因为根本就没什么内容,也不过就是将skyeye的readme翻译了一下,但我的skyeye安装却怎么也没能成功,
过程如下:(我用的是vmware虚拟的debian linux)
1.首先我按照skyeye的readme升级了gcc,现在的版本是gcc 4:3.3.3-2,
2.然后按照./configure --target=arm-elf --prefix=/usr/local命令配置skyeye,结果显示错误:
checking for GTK - version >= 1.1.3... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure:error :Cannot find GTK:Is gtk-config in path?
configure:error :./configure failed for arm
configure in /XXX/skyeye/sim failed,exiting .
在这个错误前我只安装了libgtk2.0-0及相关依赖包,出错后,我又进入dselect安装了libgtk2.0_dev,然后又换了一个错误,部分提示如下:
checking for tgetent in -lncurses... (cached) no
checking for tgetent in -lHcurses... no
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... (cached) no
checking for tgetent in -lcurses... (cached) no
checking for tgetent in -lterminfo... (cached) no
configure:error :Could not find a term library
configure in /XXX/skyeye/gdb failed ,exiting
3.到了上面这个错误,我也就不是很清楚是为什么了,先是我的gdb版本是gdb 6.1-1然后我看了一下skyeye安装文件中好像自己附带了一个gdb5.3(他的安装文件中有一个gdb目录,readme文件标题为:README for gdb-5.3 release),所以我又卸载了系统自动安装的gdb,直接配置gdb5.3(即执行 ./configure)提示错误还是一样,Could not find a term library