GIT path issues in VisualGDB

Sysprogs forums Forums VisualGDB GIT path issues in VisualGDB

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36226
    Greg
    Participant

    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.
    #36229
    support
    Keymaster

    Hi,

    You can use a checkbox in the very beginning of the wizard that allows placing the generated Visual Studio project in the directory of the original project. You can also choose to automatically rename it to match the original project name.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.