|
楼主 |
发表于 2005-4-24 23:07:57
|
显示全部楼层
[quote:7dfdf195cb="chyyuu"]能否提供cygwin-1.5.15-1.tar.bz2下载的地方。
另外,为何不用skyeye-0.8.8 或 0.8.8.5版本,据说它在cygwin下编译成功.
包括LCD, skyeye-insight 等.[/quote]
多谢版主提示不作任何修改安装skyeye-0.8.8.5.tar.bz2成功;
如只需cygwin-1.5.15-1.tar.bz2单个文件可从如下地方获取:
ftp://ftp.ale.org/mirrors/cygwin/release/cygwin/
我的步骤:
1、安装环境与skyeye-0.8.5.1.tar.bz2同;
2、在cygwin\usr\src下解压skyeye-0.8.8.5.tar.bz2
tar -jxvf skyeye-0.8.8.5.tar.bz2
3、进入skyeye目录
./configure --target=arm-elf
make
make install
通过了。
4、安装完后有如下效果:
pan@pan /usr/local/bin
$ ls -la
total 19606
drwxr-xr-x 2 pan None 0 Apr 20 22:09 .
drwxr-xr-x 9 pan None 0 Apr 20 22:09 ..
-rwxr-xr-x 1 pan None 2095565 Apr 24 21:47 arm-elf-run.exe
-rwxr-xr-x 1 pan None 2022518 Apr 24 21:45 cygtcl83.dll
-rwxr-xr-x 1 pan None 381379 Apr 24 21:45 cygtclpip83.dll
-rwxr-xr-x 1 pan None 222208 Apr 24 21:48 cygtix4183.dll
-rwxr-xr-x 1 pan None 3136112 Apr 24 21:47 cygtk83.dll
-rwxr-xr-x 1 pan None 2377216 Apr 24 21:49 skyeye
-rwxr-xr-x 1 pan None 8640924 Apr 24 21:48 skyinsight.exe
-rwxr-xr-x 1 pan None 416811 Apr 24 21:45 tclsh83.exe
-rwxr-xr-x 1 pan None 347882 Apr 24 21:48 tix4183.exe
-rwxr-xr-x 1 pan None 2121 Apr 24 21:48 tixindex
-rwxr-xr-x 1 pan None 363549 Apr 24 21:47 wish83.exe
pan@pan /usr/local/bin
$ skyeye
***********************************************************************
**** ****
**** SkyEye Simulator Ver 0.8.8 with GDB/Insight 5.3 Interface ****
**** ****
***********************************************************************
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This SkyEye was configured as "--host=i686-pc-cygwin --target=arm-elf".
(SkyEye) |
|