Thread
:
Scratchbox QEMU Errors?
View Single Post
free
2007-11-10 , 16:12
Posts: 739 | Thanked: 159 times | Joined on Sep 2007 @ Germany - Munich
#
2
"Is this just making calls that the emulator can't handle"
Looks like yes
Maybe trying a newer qemu that has a better arm support?
Or you could try to replace some syscall by others but this is only doable for easy stuff.
238 and 268:
#define __NR_tkill (__NR_SYSCALL_BASE+238)
#define __NR_tgkill (__NR_SYSCALL_BASE+268)
I'll give it a try when I find a bit of time.
edit:
I think I had underestimated the size needed simply for compiling.. no more space on device
after 1h ..
929 MB .. damned /scratchbox
meanwhile, my qemu is version 0.7, very very old... scratchbox2 would help
edit: it does compile here on the 3.2, i have run qtdemo. qt4.3.1.
Last edited by free; 2007-11-12 at
00:01
.
Quote & Reply
|
free
View Public Profile
Send a private message to free
Find all posts by free