Cannot compile arm example on the virtual build

Running the demo hereย I am able to build for AMD but return the attached error when building for ARM.

ย 

Best reply by Alex

In the end I had to run a command to install the missing resources from the terminal. I would have expected this to be a part of the image that was installed through the start up scripts when creating the virutal. Either way, here is the command:

sudo apt-get install libsystem-dev:arm64 libzmq3-dev:arm64 libssl-dev:arm64

View original
1 reply