beta2
发表于 2004-12-4 04:05:59
补充一点如何偷懒:
在你的工作目录下,增加一个文件.gdbinit,内容如下:
target sim
load
run
这样便不用每次都敲这些命令了。不过,如果你想在run之前执行设置断点等操作,就把run去掉
awt
发表于 2004-12-7 12:34:55
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
我也是这样,用0.1.0就可以了,但make时还是会出错
ywei2004
发表于 2004-12-8 11:57:40
make xconfig 后生成不了linux是为什么讷?一定要生成linux吗?
uClinux-dist-20020927.tar.gz
charliema
发表于 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了吗?
clock09
发表于 2005-5-16 15:52:53
请教一下
arm-elf-tools-20030314.sh 和m68k-elf-tools-20030314.sh 有什么区别???
chyyuu
发表于 2005-5-16 18:19:39
一个是用于编译在arm (没有mmu)cpu上的内核和应用程序的。
一个是用于编译在m86k/coldfire (没有mmu)cpu上的内核和应用程序的。
clock09
发表于 2005-5-16 21:12:21
在请教一下:
ucosii4skyeye 和 uclinux4skyeye有什么区别??
如果我要仿真arm7: s3c44b,这两个都要安装吗??
haha_@
发表于 2005-6-23 13:12:03
学习中,感觉要弄懂还真不容易! :oops:
jassiue
发表于 2005-6-26 14:01:11
SkyEye是否支持PPC系列的CPU?
如MPC5200,MPC8XX
chyyuu
发表于 2005-6-28 08:30:33
还没有支持,只有ARM系列,MIPS的正在做。
myx
发表于 2005-7-26 22:07:27
#make install
make: *** Error 1
make: Leaving directory '/home/woody/tmp/skyeye/bfd/doc'
make: *** Error 1
make: Leaving directory '/home/woody/tmp/skyeye/bfd'
make: *** Error 2
why I can not install skyeye?(my system is debian 3.1)
Valima
发表于 2005-8-15 23:57:23
我在编译uclinux时出现如下错误,请问是什么原因?谢谢!
make ARCH=armnommu CROSS_COMPILE=arm-elf- -C linux-2.4.x|| exit 1
make: 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: *** Error 1
make: Leaving directory `/usr/uclinux/uClinux-dist/linux-2.4.x'
make: *** Error 1
#
crazycake
发表于 2005-8-31 13:07:28
谁知道怎么在CYGWIN上修改安装?
pippoo
发表于 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)
已经安装好了。
安装的位置不对?
iamno
发表于 2005-9-13 18:23:49
可能是你的arm-linux-gcc可执行文件不在搜索路径,
把 arm-linux-gcc 所在目录添加到PATH系统变量试试。