【求助】编译uClinux时,出错!! 想在Skyeye上仿真ARM
:confused: 本人想在Skyeye上仿真ARM,在编译uClinux时,出错如下:
boa.elf2flt: In function `vfork':
boa.elf2flt(.text+0xcb04): undefined reference to `__syscall_error'
boa.elf2flt(.text+0xcb14): undefined reference to `__syscall_error'
boa.elf2flt: In function `select':
boa.elf2flt(.text+0xcb38): undefined reference to `__syscall_error'
boa.elf2flt: In function `_exit':
boa.elf2flt(.text+0xcb78): undefined reference to `__syscall_error'
boa.elf2flt: In function `access':
boa.elf2flt(.text+0xcbb8): undefined reference to `__syscall_error'
boa.elf2flt(.text+0xcbc8): more undefined references to `__syscall_error' follow
collect2: ld returned 1 exit status
make[3]: *** [boa] Error 1
make[3]: Leaving directory `/home/neil/soft/uClinux-dist/user/boa/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/neil/soft/uClinux-dist/user/boa'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/neil/soft/uClinux-dist/user'
make: *** [subdirs] Error 1
`__syscall_error'这个东西是什么啊? 怎么会undefined呢? 请大家帮忙.