I have cloned an open source project to investigate its use for a project of my own. The project is cloned onto a Linux VM, the ARM Embedded Tool-chain is installed and the project builds without errors.
Now, because I am very familiar with VS2015 and Windows I would like to create a VisualGDB project to build and debug this OSS project. Being relatively to VisualGDB I need some help, is there an article or tutorial to do assist me doing what I would like to do, I have VisualGDB Custom Edition:
- Use VS2015 as my “interface” to the edit, build, deploy, debug steps
- Use the tool-chain on the Linux VM to build and debug the software
- I have an embedded device and I am using STLinkV2.1 probe for these tests
The project has source in several folders and there are several Makefiles used for the build, all controlled from a “master” Makefile.
Many thanks,
Sid