Rolando, The ARM code generation included with V8 is not intended to work on iPhone OS and as far as I know it cannot be made to work since we generate code dynamically at runtime. We have not tested this recently nor are we building it regularly as you discovered.
Cheers, -Ivan On Sun, Apr 4, 2010 at 12:08, Rolando Abarca <[email protected]> wrote: > 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. > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
