LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: renbagshoes

学习使用SkyEye仿真[2005年08月03日更新]

[复制链接]
发表于 2004-11-5 10:37:46 | 显示全部楼层
原来还不支持cygwin,唉,让我忙呼了半天...
还是装linux吧,
发表于 2004-11-12 22:24:29 | 显示全部楼层
很好的经验之作。支持斑竹。
打算在ibox上加入skyeye环境。以后有不懂的请斑竹多多指教。

ps:有一道地方我觉得有错。
关于arm-elf交叉编译工具集的安装,官方的sh文件在ibox下运行有错。这个脚本(内嵌工具集二进制倾印,为什么arm不提供源码呢;-)里面的tail命令根据计算所得的SKIP字节数来跳过文件内容得到工具集的gzip文件,这点是错误的,应该跳过行而不是字节数来跳过文件。
我是这样手动做的。

  1. tail -n $(awk '/^__ARCHIVE_FOLLOWS__/{lineno=NR}END{print NR-lineno}' arm-elf-tools-20040427.sh) arm-elf-tools-20040427.sh > arm-elf-tools-20040427.sh.me
  2. cd /
  3. tar zxf /<arm dir>/arm-elf-tools-20040427.sh.me
复制代码
发表于 2004-11-12 22:26:08 | 显示全部楼层
最初由 frankieliun 发表
原来还不支持cygwin,唉,让我忙呼了半天...
还是装linux吧,

不会吧。好像2003版的skyeye官方文档就说支持cygwin环境啊。
发表于 2004-12-5 13:49:23 | 显示全部楼层
我在装Skyeye的时候出现以下错误,请问怎么解决?
我的GTK+-2.4.7安装的时候也是用源码装的,装在默认的
/usr/local目录下, pkg-config在/usr/local/lib/pkgconfig下,
我还要设置什么才能编译成功?
谢谢.

...............
checking for executable suffix... (cached) no
checking for unistd.h... (cached) yes
checking for gtk-config... /usr/bin/pkg-config
checking for GTK - version >= 1.1.3... Must specify package names on the command line
Must specify package names on the command line
no
*** Could not run GTK test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK was incorrectly installed
*** or that you have moved GTK since it was installed. In the latter case, you
*** may want to edit the gtk-config script: /usr/bin/pkg-config
configure: error: Cannot find GTK: Is gtk-config in path?
configure: error: ./configure failed for arm
Configure in /home/dreamwaylai/skyeye/sim failed, exiting.
发表于 2004-12-6 10:31:33 | 显示全部楼层

target sim时出错?

说skyeye。conf有错误,我完全按照说明做的啊?
发表于 2004-12-30 16:24:39 | 显示全部楼层
skyeye-0.8.5.1 发布!
一个配合skyeye的IDE环境(skyeye-0.8.5.1+insight-0.5.3)也发布了!
欢迎下载!
http://gro.clinux.org/frs/downlo ... insight-0.8.5.1.tar
http://gro.clinux.org/frs/download.php/884/skyeye-0.8.5.1.tar.bz2

演示视频可到下面下载:
http://gro.clinux.org/frs/download.php/834/demovideo.tar.bz2
发表于 2005-1-11 15:03:58 | 显示全部楼层
谢谢版主,给我们这些初学者提供了便利.向你学习.
发表于 2005-1-12 16:00:43 | 显示全部楼层
在此向各位初学者的兄弟们,推荐一本书<源码开放的嵌入式系统软件与实践>北京航空航天大学出版社的,可以看一看。
发表于 2005-1-26 12:23:45 | 显示全部楼层

第6步中遇到错误

执行命令:
mount -o loop boot.rom /mnt/xxx
时提示挂载点/mnt/xxx不存在.
请问怎么解决?
回复 支持 反对

使用道具 举报

发表于 2005-1-26 12:48:10 | 显示全部楼层

解决了,在mnt下面建立了一个xxx目录...

Post by jarodwang
执行命令:
mount -o loop boot.rom /mnt/xxx
时提示挂载点/mnt/xxx不存在.
请问怎么解决?


就是不知道第6步里面的mount和cp命令的作用.
已经可以在Redhat 9运行uClinux了,顶!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表