jian84000 发表于 2005-10-18 18:03:57

请教在skyeye中uClinux内核所出现的问题

我在使用skyeye时当我运行uClinux时出现了如下错误(前面的安装过程都正确,就最后运行调试uClinux内核时出现了问题):
# skyeye linux-2.4.x/linux
***********************************************************************
****   SkyEyeSimulator Ver 0.8.0 withGDB 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 "i686-pc-linux-gnu"...
(SkyEye) target sim
Undefined target command: "sim".Try "help target".
(SkyEye)

ksh 发表于 2005-10-19 12:35:23

In your post you can see
This SkyEye was configured as "i686-pc-linux-gnu
That mean it is for x86.I think it is wrong .
Probabely you miss the option of   --target=arm-elf when you compile the skyeye from source.

luyongning5460 发表于 2005-11-28 17:45:51

你确定你安装skyeye的时候是否执行下面这句:
#./configure --target=arm-elf --prefix=/usr/local

then:
#make
#make install

如果都能通过的话那就...再看看是不是其他的问题了.
页: [1]
查看完整版本: 请教在skyeye中uClinux内核所出现的问题