Hello,
I want to Built my c++ cross compiler project with my PC. The Target is a Raspberry Pi which is connected over SSH.
What can I do to automatic upload it, when I build it. What configuration in Project Properties should I
choose. I only can upload it, when I debug it. But I only want to execute it on my Raspberry Pi, not with
the visualgdb debugger
Thank you for help
Philipp
In VS you should be able to do Android->Deploy Android App
Then you should just be able to find the app where all your other apps are. You should be able to find it even after you’ve deployed & debugged it normally.
VisualGDB version 4.2. enabled the start without debugging feature of Visual Studio. You can use the Debug->Start Without Debugging option to start the program without a debug session, this option will take care of both deploying and starting the program.
If you wish to upload the built program automatically after each build then you can add a custom post-build step to do so.