Re: [v8-users] No libv8.a generated for either X64 or ARM64 build.

2016-09-27 Thread Jochen Eisinger
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

[v8-users] No libv8.a generated for either X64 or ARM64 build.

2016-09-26 Thread Nonny Mouse
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