Is anyone able to offer advice on cross-compiling V8 using a Buildroot toolchain?
I need to embed the V8 monolith lib into a C++ app currently using CMake. Under Buildroot cmake packages are automagically provided with a toolchain.cmake file to ensure to correct compiler, sysroot and C++ libs are used etc.
I'm able to set sysroot
using gn args
and understand there is a custom_toolchain
arg I can set to a path for a toolchain definition file of some description?
Documentation seems a little lacking. Does anyone have experience compiling V8 for a builroot based project or in defining a "custom toolchain" ?