Hi,
I have installed Visual Studio Community edition and VisualGDB 5.6, on my windows 10 PC.
I am following the guide here: https://visualgdb.com/tutorials/arm/tiva/ with the example project
I am trying to connect to the Tiva EK-TM4C123GXL via openOCD.
When trying to debbug, the IDE seems to “hang” and then says that the build has encountered an error, but no error in shown. The output windows then writes:
Build started…
1>—— Build started: Project: launchpadTest, Configuration: Debug VisualGDB ——
1>A task was canceled.
1>A task was canceled.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I have tried the Keil compiler as well as the GCC.
What am I missing? Why wont the VS build my project?
TIA,