I'm trying to build V8 for both X64 and ARM64 (by cross compiling).  Both 
builds seem to run and complete without errors, but libv8.a, libplatform.a, 
etc. are not generated for either build.  However, other static libraries 
are successfully built (e.g. libgmock.a).

Build machine is X64 running Mint 17.3 (i.e. Ubuntu 14.04LTS).  To be 
certain, I created a new v8 directory and downloaded and built everything 
again with the following:

     git clone 
https://chromium.googlesource.com/chromium/tools/depot_tools.git
     export (correct path, beginning with depot_tools)
     fetch v8;  cd v8
     build/linux/sysroot_scripts/install-sysroot.py --arch=arm64
     gclient sync
     
     then:

     gn gen out/a64 --args='is_debug=false symbol_level=0 
v8_use_external_startup_data=false v8_enable_i18n_support=false 
target_cpu="arm64"'
     ninja -C out/a64 | tee out/a64/build.log

(The only difference between the X64 and ARM64 builds was the target_cpu 
and out directory).

-- 
-- 
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.

Reply via email to