Rubyboat
Compiling for use on ARM
I'm trying to use the rust deno crate on ARM linux, so I need to compile it for that. I'm trying my hardest to compile for arm linux on an x64 windows machine (yes i know). So I'm using WSL, and trying to compile rustyV8. Currently my setup is the following:
i have:
in my cargo.toml, and because there is no prebuilt V8 binaries for this, I have the environment variable
V8_FROM_SOURCE=1
. my current error is the following:
2 replies