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