I’ve generated an STM32CubeIDE project and imported it via the VisualGDB’s Embedded Project Wizard.
This results in the VisualGDB project files being in one directory and the STM32CubeIDE project
files containing *.c, *.h, etc, in a different directory.
Everything works except GIT. GIT needs to be in the same directory as the tracked files which are
in the STM32CubeIDE project directory. But, when I load the VisualGDB project, GIT only sees files in the
VisualGDB directory, but those files aren’t tracked. I can manually set up git in the STM32CubeIDE project directory
(where the tracked files reside) but, I can’t access GIT from within Visual Studio even though it is listed, and I’m able to select
that (local )repository. I just get a blank page, although git works properly from the command line.
Is there an easy way to fix this, or do I need to merge both the VisualGDB and STM32CubeIDE directories?
Would that be as simple as copying everything to the same directory, or would that screw up a lot of pointers?
I’m using Version 5.6R9 (build 4777)
Thanks. Greg
-
This topic was modified 1 week, 4 days ago by Greg.