11-04-2019, 06:11 PM
(11-04-2019, 05:41 PM)xalius Wrote: amd64 is the wrong architecture (it's x86)... Since the Pinebook has an ARM SoC, it uses arm64 as architecture. You can run either arm64 or armhf packages directly, everything else would need an emulator. Check if there are either arm64 packages for VSCODE or how to build it natively.
Chose armhf over arm64 otherwise, I assume, you would need to pull in the arm64 run-time environment (libc etc) as well.