Currently, we don't create an .a file, but assume that the embedding app
also uses gn which would then just pass the list of all object files on. I
filed https://bugs.chromium.org/p/v8/issues/detail?id=5435 to track this
issue in general

On Mon, Sep 26, 2016 at 10:21 PM Nonny Mouse <makyn...@gmail.com> wrote:

> 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
> v8-users@googlegroups.com
> 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 v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to