CtrlX Core SDK build sample-snap failed with GCC 7.5.0 aarch64-linux-gnu

Hello community,


I'm trying to create the sample-snap "datalayer.register.node" for CtrlX Core. But it fails. 

After switching cmake compiler to GCC 7.5.0 aarch64-linux-gnu message "Loading kit GCC 7.5.0 aarch64-linux-gnu" didn't disappears and building process failed.

 

Also this message didn't disappears. 

If I create the snap for CtrlX virtual Core (GCC 7.5.0. x86_64-linux-gnu), building process works fine and the snap(app) is running without any problems on a virtual Core.

 
I think there is something wrong with the cmake cross compiler?!

 

Setup:
WSL Ubuntu 18.04
SDK V1.6.1 - RM20.11

Best reply by SimonG

While setup the SDK via WSL I obviously missed sudo apt-get install libssl-dev:arm64 🙈.

Now build process and snap is running without problems.

I have deleted the folders ( build, generated, ...). 
But the messages still do not want to disappear. 

 

How can I start a Cmake clean all in VScode?

 

Thanks for your suggestion.

View original
4 replies