See cross-compiling instructions at https://github.com/v8/v8/wiki/Cross-compiling%20for%20ARM
iOS is not supported because Apple doesn't allow non-system apps to JIT-compile code, and V8 relies on JIT compilation. On Sat, Mar 4, 2017 at 5:39 PM, Lukas Kollmer <[email protected]> wrote: > I'm trying to run v8 on iOS (arm64). > > When I build for arm using `make arm64`, no libv8_base.a file is generated > and all generated object files (*.o) are actually for x86. How can I cross > compile v8 for arm64? > > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
