Sysprogs forums › Forums › VisualGDB › "The given path's format is not supported" when importing STM32CubeIde project
Tagged: stm32, STM32CubeIDE
- This topic has 4 replies, 3 voices, and was last updated 4 years, 4 months ago by zozo_pepe.
-
AuthorPosts
-
July 3, 2020 at 20:50 #28654zozo_pepeParticipant
I’ve installed a trial version of VisualGDB and am considering moving to VisualGDB from STM32CubeIde.
However, when I try importing my STM32CubeIde project I get an exception (below).`VisualGDB version: 5.5.7.3666</code>
<code>------------------ System.NotSupportedException ------------------</code>
<code>System.NotSupportedException: The given path's format is not supported.</code>
<code>at STM32IDEProjectImporter.STM32IDEProjectImporter.ParserImpl.OnParseFailed(Exception ex, String sampleID, String projectFileDir, String warningText)</code>
<code>at STM32IDEProjectImporter.SW4STM32ProjectParserBase.ParseSingleProject(String optionalProjectRootForLocatingHeaders, String projectFile, String[] virtualPathComponents, String boardName, List1 extraIncludeDirs, ProjectSubtype subtype, List`1 result)
at STM32IDEProjectImporter.STM32IDEProjectImporter.ImportProject(ProjectImportParameters parameters, IProjectImportService service)
at VisualGDB.WPF.Wizards.Embedded.EmbeddedProjectTypePage.ControllerImpl.CommitPage(x commitMode)
at VisualGDB.WPF.Wizards.WPFWizardWindow.ControllerImpl.TryPrepareAndCommitPagesUntil(Int32 pageIndex)
trace=[STM32IDEProjectImporter.STM32IDEProjectImporter+ParserImpl.OnParseFailed:0, STM32IDEProjectImporter.SW4STM32ProjectParserBase.ParseSingleProject:356, STM32IDEProjectImporter.STM32IDEProjectImporter.ImportProject:5, VisualGDB.WPF.Wizards.Embedded.EmbeddedProjectTypePage+ControllerImpl.CommitPage:264, VisualGDB.WPF.Wizards.WPFWizardWindow+ControllerImpl.TryPrepareAndCommitPagesUntil:122]
I’d really appreciate it if someone could point me in the right direction
- This topic was modified 4 years, 4 months ago by zozo_pepe.
July 3, 2020 at 21:34 #28656thmParticipantIs it possible to attach the project file here?
Maybe it doesn’t like some characters in the project path?
July 4, 2020 at 07:16 #28659zozo_pepeParticipantThe forums do not let me upload my .project/.cproject files. The project I’m trying to import is on github here: https://github.com/pragun/super_mouse_stm32f4_usb_device
Maybe it doesn’t like some characters in the project path?
The path for the project is “F:\VisualGDBTest”, so no spaces, special characters, or anything like that.
STM32CUBEIde seems to create “.project” and “.cproject” files with no names preceding the dot, I tried renaming them to “visualgdbtest.project”, and “visualgdbtest.cproject”, but still go the same error.- This reply was modified 4 years, 4 months ago by zozo_pepe.
July 4, 2020 at 10:27 #28663supportKeymasterNo problem, please try this build: VisualGDB-5.5.7.3703.msi
July 5, 2020 at 12:46 #28675zozo_pepeParticipantThat works great, thank you for such a prompt fix!
-
AuthorPosts
- You must be logged in to reply to this topic.