QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: chyyuu

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

[复制链接]
发表于 2004-12-4 04:05:59 | 显示全部楼层
补充一点如何偷懒:

在你的工作目录下,增加一个文件.gdbinit,内容如下:
target sim
load
run

这样便不用每次都敲这些命令了。不过,如果你想在run之前执行设置断点等操作,就把run去掉
回复

使用道具 举报

发表于 2004-12-7 12:34:55 | 显示全部楼层
[quote:24aafac9a5="KuKu71"]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[/quote]

我也是这样,用0.1.0就可以了,但make时还是会出错
回复

使用道具 举报

发表于 2004-12-8 11:57:40 | 显示全部楼层
make xconfig 后生成不了linux是为什么讷?一定要生成linux吗?
uClinux-dist-20020927.tar.gz
回复

使用道具 举报

发表于 2005-4-27 17:14:35 | 显示全部楼层
启动过程中出现以下信息:
Command: hostname GDB-ARMulator
GDB-ARMulator: applet not found
pid 8: failed 256
Command: /bin/expand /etc/ramfs.img /dev/ram0
Command: mount -t proc proc /proc
Command: mount -t ext2 /dev/ram0 /var
Command: mkdir /var/tmp
tmp: applet not found
pid 12: failed 256
Command: mkdir /var/log
log: applet not found
pid 13: failed 256
Command: mkdir /var/run
run: applet not found
pid 14: failed 256
Command: mkdir /var/lock
lock: applet not found
pid 15: failed 256
Command: cat /etc/motd
motd: applet not found
pid 16: failed 256
Execution Finished, Exiting
init: Booting to single user mode

Sash command shell (version 1.1.1)
/>

是什么错误呢?到底skyeye正确启动uclinux了吗?
回复

使用道具 举报

发表于 2005-5-16 15:52:53 | 显示全部楼层
请教一下
arm-elf-tools-20030314.sh 和m68k-elf-tools-20030314.sh 有什么区别???
回复

使用道具 举报

 楼主| 发表于 2005-5-16 18:19:39 | 显示全部楼层
一个是用于编译在arm (没有mmu)cpu上的内核和应用程序的。
一个是用于编译在m86k/coldfire (没有mmu)cpu上的内核和应用程序的。
回复

使用道具 举报

发表于 2005-5-16 21:12:21 | 显示全部楼层
在请教一下:
ucosii4skyeye 和 uclinux4skyeye有什么区别??
如果我要仿真arm7: s3c44b,这两个都要安装吗??
回复

使用道具 举报

发表于 2005-6-23 13:12:03 | 显示全部楼层
学习中,感觉要弄懂还真不容易!
回复

使用道具 举报

发表于 2005-6-26 14:01:11 | 显示全部楼层
SkyEye是否支持PPC系列的CPU?
如MPC5200,MPC8XX
回复

使用道具 举报

 楼主| 发表于 2005-6-28 08:30:33 | 显示全部楼层
还没有支持,只有ARM系列,MIPS的正在做。
回复

使用道具 举报

发表于 2005-7-26 22:07:27 | 显示全部楼层
#make install
make[2]: ***[install-info-am] Error 1
make[2]: Leaving directory '/home/woody/tmp/skyeye/bfd/doc'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/woody/tmp/skyeye/bfd'
make: ***[install-bfd] Error 2

why I can not install skyeye?(my system is debian 3.1)
回复

使用道具 举报

发表于 2005-8-15 23:57:23 | 显示全部楼层
我在编译uclinux时出现如下错误,请问是什么原因?谢谢!

make ARCH=armnommu CROSS_COMPILE=arm-elf- -C linux-2.4.x  || exit 1
make[1]: Entering directory `/usr/uclinux/uClinux-dist/linux-2.4.x'
. scripts/mkversion > .tmpversion
arm-elf-gcc -D__KERNEL__ -I/usr/uclinux/uClinux-dist/linux-2.4.x/include  -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common -pipe -fno-builtin -D__linux__ -g -DNO_MM -mapcs-32 -march=armv4 -mtune=arm7tdmi -mshort-load-bytes -msoft-float  -DUTS_MACHINE='"armnommu"' -DKBUILD_BASENAME=version -c -o init/version.o init/version.c
arm-elf-gcc: Internal compiler error: program cpp0 got fatal signal 11
make[1]: *** [init/version.o] Error 1
make[1]: Leaving directory `/usr/uclinux/uClinux-dist/linux-2.4.x'
make: *** [linux] Error 1
[root@localhost uClinux-dist]#
回复

使用道具 举报

发表于 2005-8-31 13:07:28 | 显示全部楼层
谁知道怎么在CYGWIN上修改安装?
回复

使用道具 举报

发表于 2005-9-13 17:27:46 | 显示全部楼层
不好意思,问个问题
装好了cygwin,skyeye,ucosii4skyeye
然后
"4 调试 ucosii for skyeye

按照readme中,进入simple_test目录
1. make cleanall
2. make config
3. make
它说找不到/bin/sh arm-linux-gcc: command not found

是设置的不对,还是没有安装这个arm-linux-gcc?
LZ提到的
2 安装arm-elf交叉编译器 (用于编译ucosii4skyeye 和 uclinux4skyeye)
已经安装好了。
安装的位置不对?
回复

使用道具 举报

发表于 2005-9-13 18:23:49 | 显示全部楼层
可能是你的arm-linux-gcc可执行文件不在搜索路径,

把 arm-linux-gcc 所在目录添加到PATH系统变量试试。
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-5-23 16:20 , Processed in 0.098137 second(s), 12 queries .

© 2021 Powered by Discuz! X3.5.

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