FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
07-13-2022 07:04 PM
Running the demo here I am able to build for AMD but return the attached error when building for ARM.
Solved! Go to Solution.
07-14-2022 04:53 PM - edited 07-14-2022 04:53 PM
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