QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: chyyuu

SkyEye-0.xx使用简介和视频教程

[复制链接]
发表于 2004-7-18 20:06:16 | 显示全部楼层
[root@localhost ucosii]# skyeye simple_test.elf
***************************************************************
****                                                       ****
****   SkyEye  Simulator Ver 0.7.4 with  GDB 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-linux-gnu --target=arm-elf"...
(no debugging symbols found)...
(SkyEye) target sim
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name at91, mach_init addr 0x8178f5f
Unkonw option: mem_num
skyeye_read_config: config file skyeye.conf have errors

why??who know,tell me .
回复

使用道具 举报

发表于 2004-8-24 23:02:08 | 显示全部楼层
楼上的,应该就是这样,没有问题啊。
回复

使用道具 举报

发表于 2004-9-5 16:14:30 | 显示全部楼层
[quote:7c7a898497="kyo_wyg"]为什么我的是这样的(SkyEye),而不是
(gdb)???????


阿知道是哪个地方出差错了阿[/quote]
没错,就是(Skyeye)
回复

使用道具 举报

发表于 2004-9-20 17:07:38 | 显示全部楼层

请问斑竹:在CYGWIN下解压SKYEYE正常,但第二步..

./configure --target=arm-elf --prefix=/usr/local --without-gtk-prefix --without-gtk-exec-prefix --disable-gtktest
出现如下提示:
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/........./i686-pc-sygwin/bin/ld:cannot find -luser32
collect2:ld returned 1exit status
***the command 'gcc -o conftest -g -02 conftest.c' failed
***you must set the environment variable CC to a working compiler.
请问我该怎么解决?
急急急!!!!谢谢先!!!
回复

使用道具 举报

 楼主| 发表于 2004-9-23 22:41:01 | 显示全部楼层
用linux系统,如果你没有linux,用vmware安装一个redhat9,然后再安装skyeye
回复

使用道具 举报

发表于 2004-11-18 17:38:29 | 显示全部楼层
bash arm-elf-tools-20030314.sh

-------------------------------------------------------
发表于: 2004-04-11, 4:54am    发表主题:   引用并回复
执行./arm-elf-tools-20030314.sh之后
怎么提示bash: ./arm-elf-tools-20030314.sh: cannot execute binary file
这到底是个什么命令啊?
回复

使用道具 举报

发表于 2004-11-18 17:41:00 | 显示全部楼层

Re: 请问斑竹:在CYGWIN下解压SKYEYE正常,但第

没有安装gcc?

[quote:1c8191fb70="huchaoqun"]./configure --target=arm-elf --prefix=/usr/local --without-gtk-prefix --without-gtk-exec-prefix --disable-gtktest
出现如下提示:
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/........./i686-pc-sygwin/bin/ld:cannot find -luser32
collect2:ld returned 1exit status
***the command 'gcc -o conftest -g -02 conftest.c' failed
***you must set the environment variable CC to a working compiler.
请问我该怎么解决?
急急急!!!!谢谢先!!![/quote]
回复

使用道具 举报

发表于 2004-11-23 15:14:57 | 显示全部楼层
在图形方式下可用命令 make xconfig 或 在命令行方式下可用命令 make menuconfig

在vendor/product中选择GDB/ARMulator,kernel版本选择2.4,save and exit.

------------------------------------------------------------------------------------------------------------------------------------------------

这时在/usr/src/uclinux-dist/linux-2.4.x目录下生成linux文件

怎么生成不了linux?
回复

使用道具 举报

发表于 2004-11-23 15:17:12 | 显示全部楼层
编译uClinux的时候,出现:
proc-arm6,7.S:293: Error: undefined symbol `EINVAL' in operation
make[3]: *** [proc-arm6,7.o] Error 1
make[3]: Leaving directory `/usr/src/uClinux-dist/linux-2.4.x/arch/armnommu/mm'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/uClinux-dist/linux-2.4.x/arch/armnommu/mm'
make[1]: *** [_dir_arch/armnommu/mm] Error 2
make[1]: Leaving directory `/usr/src/uClinux-dist/linux-2.4.x'
make: *** [linux] Error 1

为什么?
谢谢!
回复

使用道具 举报

发表于 2004-11-23 17:45:32 | 显示全部楼层
将uClinux-dist-20020927.tar.gz下载并解开,比如解开在/usr/src/uclinux-dist/下,然后在/usr/src/uclinux-dist/目录下执行如下命令:
tar zxf uClinux-dist-20020927.tar.gz
cd uClinux-dist
在图形方式下可用命令 make xconfig 或 在命令行方式下可用命令 make menuconfig

在vendor/product中选择GDB/ARMulator,kernel版本选择2.4,save and exit.

------------------------------------------------------------------------------------------------------------------------------------------------

这时在/usr/src/uclinux-dist/linux-2.4.x目录下生成linux文件

为什么,我的到这步就不产生linux?
回复

使用道具 举报

 楼主| 发表于 2004-11-24 11:49:41 | 显示全部楼层
应该是你的arm-elf-tools和uclinux的版本不太匹配,要么都用新的,要么都用老的。
看看我们写的书上用的都是2003的版本。
回复

使用道具 举报

发表于 2004-11-27 21:00:02 | 显示全部楼层
skyeye 0。8。0 readme里说可以在cygwin中编译运行,但我在configure的时候,./configure --target=arm-elf --prefix=/usr/local。出错信息说是找不到gtk,8需要gtk支持吗?4。7都不需要啊./configure --target=arm-elf --prefix=/usr/local --without-gtk-prefix --without-gtk-exec-prefix --disable-gtktest
回复

使用道具 举报

发表于 2004-11-30 20:05:03 | 显示全部楼层

在vmware+redhat9下如何从xp中复制安装文件?

在vmware+redhat9下如何从xp中复制skyeye的安装文件到linux中
回复

使用道具 举报

发表于 2004-11-30 23:30:01 | 显示全部楼层
to upstair
    You can create a share directory in winxp.Then use smb in linux.
回复

使用道具 举报

发表于 2004-11-30 23:31:34 | 显示全部楼层
I made a mistake,the skyeye0.8.0 can not compile in cygwin.
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-23 06:37 , Processed in 0.050142 second(s), 12 queries .

© 2021 Powered by Discuz! X3.5.

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