Did you see https://github.com/v8/v8/wiki/Building-from-Source? To build all targets, just use:
$ ninja -C out.gn/golib/ On Fri, Apr 20, 2018 at 7:25 AM, Andrew Walker <walke...@gmail.com> wrote: > I am attempting to build v8 in a wheezy VM for a binding that links > against > > - libv8 > - v8_base > - v8_init > - v8_initializers > - v8_libbase > - v8_libplatform > - v8_libsampler > - v8_nosnapshot > > But when I build the x64 .release target, all I get is: > > # ./tools/dev/v8gen.py x64.release > # ninja -C out.gn/x64.release/ v8_libbase v8_libplatform v8_base > v8_nosnapshot v8_libsampler v8_init v8_initializers > # ls -l out.gn/x64.release/obj/*.a > out.gn/x64.release/obj/libv8_libbase.a > out.gn/x64.release/obj/libv8_libplatform.a > > > > Trying the following from the I get: > # gn gen out.gn/golib --args="strip_debug_info=true > v8_use_external_startup_data=false v8_enable_i18n_support=false > v8_enable_gdbjit=false v8_static_library=true symbol_level=0 > target_cpu=\"x64\" > # ninja -C out.gn/golib/ v8_libbase v8_libplatform v8_base v8_nosnapshot > v8_libsampler v8_init v8_initializers > # ls -l out.gn/golib/obj/*.a > out.gn/golib/obj/libv8_base.a > out.gn/golib/obj/libv8_libsampler.a > out.gn/golib/obj/libv8_init.a > out.gn/golib/obj/libv8_nosnapshot.a > out.gn/golib/obj/libv8_initializers.a > > > This is incredibly frustrating. Can anyone help me out? > > -- > -- > 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.