Hi all, TL;DR I was able to sort things out by skipping "tools/dev/v8gen.py" and using "gn gen" instead.
--- I was able to make it work by using "gn gen ..." instead of "tools/dev/v8gen.py". Using "gn gen" also fixed an issue I was having (wrong ELF format) when trying to run d8, even though I had the args.gn file using arm all way around. Em domingo, 5 de janeiro de 2020 21:44:53 UTC-3, André Vale escreveu: > > Hi all, > > I am trying to build v8-monolithic, targeting Android / arm, but I get > this message: > > ninja: Entering directory `out.gn/arm.release' > ninja: error: unknown target 'v8_monolith' > > The GN args are: > > is_component_build = false > is_debug = false > target_cpu = "arm" > target_os = "android" > v8_enable_i18n_support = false > v8_monolithic = true > v8_target_cpu = "arm" > v8_use_external_startup_data = false > > Is that possible to build v8 monolithic for Android / arm ? > > Regards, > André > -- -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/ade68eb5-3aa1-47b3-bbe9-3ea884b72071%40googlegroups.com.