|
我按照版主的 《学习使用SkyEye仿真》步骤 安装,第六步: 在 mount -o loop boot.rom /mnt/xxx 出现 内核不支持的文件系统错误:
mount: fs type romfs not supported by kernel
不知道是什么原因,如何解决? 知道什么原因并如何解决的指导一下,感谢!
如下:
[root@localhost uclinux2]# mount -o loop boot.rom /mnt/xxx
mount: fs type romfs not supported by kernel
[root@localhost uclinux2]# uname -a
Linux localhost.localdomain 2.4.21-27.EL #1 Wed Dec 1 22:08:15 EST 2004 i686 i686 i386 GNU/Linux
[root@localhost uclinux2]#
[root@localhost uclinux2]# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47)
[root@localhost uclinux2]# |
|