[v8-users] Re: Building v8 with Visual Studio 2015 on Windows 10

2017-03-04 Thread Gautham B A
Hi all, I was able to build v8 (branch 4.8) on Windows 10 using Visual Studio 2015. I followed these instructions - set DEPOT_TOOLS_WIN_TOOLCHAIN=0 set GYP_MSVS_VERSION=2015 set GYP_GENERATORS=msvs wget https://storage.googleapis.com/chrome-infra/depot_tools.zip -OutFile depot_tools.zip

Re: [v8-users] Cross-compile for arm64 (iOS)

2017-03-04 Thread Jakob Kummerow
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 wrote: >

[v8-users] Cross-compile for arm64 (iOS)

2017-03-04 Thread Lukas Kollmer
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 v8-users@googlegroups.com