在cygwin下安装skyeye的问题总结?
想在cygwin下安uclinux编绎环境,但arm-elf-tools-20030314.sh安装后不能执行,提示:....arm-elf-gcc:cannot excute binary file...安了它已后才能安skyeye 模拟uclinux环境....
看了一些贴后知道这可能是因为arm-elf-tools-20030314.sh不是cygwin的版本,请问那才有下cygwin版的arm-elf-gcc......
还有能不能请版主总结一下对应cygwin的安装skyeye的步聚,贴子有点乱...
按这样的步聚讲解:
第一步:安装cygwin
第二步:建立交叉编译环境arm-elf-tools
第三步:编译安装skyeye
第四步:编译嵌入式操作系统--uclinux
不胜感激 :) search by google, you can find two useful posts:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=114179
http://lists.gro.clinux.org/pipermail/skyeye-developer/2006-September/001029.html 首先表示感谢!
完全按第二种方法装:
..........
2) download the newest release of SkyEye. I downloaded
skyeye-1.2-RC8-3.tar.bz2 pacjage from gro.clinux.org website. And
unzip the skyeye package and run "make" . Then in skyeye-v1/binary
directory there shoud be a file named skyeye.exe .
没有找到skyeye.exe文件啊,怎么回事? Do any error messages appear when you run "make"? 原来还能编译一大堆,最后报个小错,我没在意,这次再试只译了一点后就报错了:
make:***erro 1 You can modify the following line in arch/arm/mach/skyeye_mach_ps7500 file:
#include <sys/time.h>
to
#include <time.h>
make again... 把skyeye_mach_ps7500.c文件的
#include "mpw/sys/time.h"
修改为
#include "sys/time.h"
然后就可以编译了,在 binary下能找见skyeye.exe 我的也是无法运行交叉编译工具,哪里有cygwin下arm-elf-gcc?? try to google "cygwin arm toolchain", you can find it. 谢谢斑竹,已经看了上面的连接了!正在下载中...
页:
[1]