|
我用的是skyeye 1.2.6,在仿真的testsuite1.2.8中的例子时出现以下错误,希望高手指点。
[root@localhost /]# cd /opt/skyeye/skyeye-testsuite-1.2.8/linux/s3c2410/s3c2410x-2.6.14/
[root@localhost s3c2410x-2.6.14]# ls
initrd.img skyeye.conf vmlinux
[root@localhost s3c2410x-2.6.14]# skyeye -e vmlinux
Your elf file is little endian.
arch: arm
cpu info: armv4, arm920t, 41009200, ff00fff0, 2
mach info: name s3c2410x, mach_init addr 0x807cf98
ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
lcd_mod:1
uart_mod:0, desc_in:, desc_out:, converter:
SKYEYE: use arm920t mmu ops
Loaded RAM ./initrd.img
exec file "vmlinux"'s format is elf32-little.
call ARMul_InitSymTable,kernel filename is vmlinux.
Not enough memory for hash table
[root@localhost s3c2410x-2.6.14]# |
|