Hi,
thanks for your help! I already sent an email to support. If you and the support is the same person we can stay here 😉
I develop for an ARM system using a cross compiler. This is my setup:
There are three computers:
* the windows machine with visual studio
* an Ubuntu-Installation (in a HyperV) with the cross compiler (machine is called gfmvrm422)
* the embedded ARM system (IP is 192.168.174.94)
So I believe the setup for building should be something like that:
* Copy source files to gfmvrm422
* invoke make on gfmvrm422
* copy executable to 192.168.17.94
The setup for debugging:
* Use the gdb from 192.168.17.94. Because 192.168.17.94 is an ARM system I have to use this gdb.
* Start a.out on 192.168.17.94
* debug
But I cannot choose the gdb from 192.168.174.94 in the setup dialog.