Hello all, Have any of you built an arm64 snap using rest API for a ctrlx3 using C++? What libraries do you use (arm64-arch compatible)? Is there any special configuration in the Cmakelist, snapcraft, task, settings, launch files to build the snap on the ssh? Actually my code works in my SSH in the terminal using curl: 'curl -X'GET' -k -i "https://192.168.1.1/storage/api/v1/media" -d '{"password": "XXXXXXXX", "name": "XXXXXXXX"}' -H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' I want to create an arm64 snap with C++ code to know the metadata of my SD memory installed in the Ctrlx3. Another hint: I tested building amd64 for Ctrlx virtual and it works (attached image)
... View more