Hello
I’m currently facing the issue that I can not deploy and debug C++ applications from VSCode. The VSCode Plug-In is up to date and the Verdin SoM was installed with the current Easy Pairing image.
What's Next?
View a summary of image vulnerabilities and recommendations → docker scout quickview
* Terminal will be reused by tasks, press any key to close it.
* Executing task: DOCKER_HOST= docker run --rm -v /home/karsten-lnx/Desktop/TestProject:/home/torizon/app cross-toolchain-arm64-test-project cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++ -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -Bbuild-arm64
CMake Error: Unable to (re)create the private pkgRedirects directory:
/home/torizon/app/build-arm64/CMakeFiles/pkgRedirects
* The terminal process "/usr/bin/bash '-c', 'DOCKER_HOST= docker run --rm -v /home/karsten-lnx/Desktop/TestProject:/home/torizon/app cross-toolchain-arm64-test-project cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++ -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -Bbuild-arm64'" terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.