唐伯猪 发表于 2005-1-11 10:30:16

编译完UCLINUX,运行又出错了,哎!

# skyeye linux
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.
***************************************************************
************   SkyEye is Simulator based on GDB   *************
***************************************************************
This SkyEye was configured as "--host=i686-pc-linux-gnu --target=arm-elf"...
(SkyEye) target sim
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name at91, mach_init addr 0x813cfe0
nic info: state=1, ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
nic_init_begin
tapif_init begin
tapif_init: fd -1
tapif_init:open: 没有那个设备
-----------------------------------------------------------
NOTICE: you should be root at first !!!
NOTICE: you should inmod linux kernel net driver tun.o!!!
NOTICE: if you don't make device node, you should do commands:
NOTICE:    mkdir /dev/net; mknod /dev/net/tun c 10 200
NOTICE: now the net simulation function can not support!!!
NOTICE: Please read SkyEye.README and try again!!!
-----------------------------------------------------------

walimis 发表于 2005-1-11 11:52:54

运行如下命令:
mkdir /dev/net; mknod /dev/net/tun c 10 200
另外,用root用户运行skyeye.

唐伯猪 发表于 2005-1-11 19:06:41

运行命令后说已经在DEV/NET/下已经有TUN这个目录了呀,我是用ROOT登录的

唐伯猪 发表于 2005-1-14 10:20:30

请斑竹指点
UCLINUX是20040408的版本
页: [1]
查看完整版本: 编译完UCLINUX,运行又出错了,哎!