Ok, after playing a little, I got just one compile error: cpu-arm.cc:98 (__ARM_NR_cacheflush not declared)
I disabled thumb code generation (assuming target armv6, so no thumb for faster floating point operations). I also had a problem with platform-macos.cc:187, so I just commented that line for now. According to http://theiphonewiki.com/wiki/index.php?title=Kernel_Syscalls, flush cache would by syscall 1, but I'm not sure how to fix that part of the code to work correctly. Anyway... I think I'm stuck right now... so if any of the arm-devs could give a hint, that would be great :-) best, r -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users To unsubscribe, reply using "remove me" as the subject.
