Sysprogs forums › Forums › VisualGDB › Debug OpenOCD with VisualGDB
- This topic has 11 replies, 2 voices, and was last updated 3 years, 8 months ago by
jh.
-
AuthorPosts
-
October 9, 2021 at 07:39 #31475
jh
ParticipantHi,
I want to add new target devices to OpenOCD with VisualGDB in VS2015 on Win10. PC with VS2015 is offline, so I download VisualGDB-5.5r5 on another PC with internet connection and install it on target PC. When I tried to open OpenOCD project, there was message for missing mingw32, so I downloaded it and after installation, I see that is present inside VisualGDB package page.
I tried to open OpenOCD, but now there was message about missing cmake. I downloaded cmake-3.21.3-windows-i386.msi, but after installation there was still message about missing cmake. I mised “with sysprog extension”, so I found somewhere the right one (with sysprog extension) cmake-3.20.3.2.vgdbxpkg, but unfortunately VisualGDB expecting non *pkg file. Even if I rename file to *bsp, *edp, *efp, there is message about missing xml.
Can you provide me right link for downloading cmake with sysprog extension file that that can be loaded offline as package file from VisualGDB GUI.
Thanks
October 10, 2021 at 09:52 #31478support
KeymasterHi,
No problem, we have updated our package list page to show auxiliary packages, such as CMake. You can install the downloaded package files via Tools->VisualGDB->Manage VisualGDB Packages.
October 10, 2021 at 11:00 #31479jh
ParticipantHi,
As I already wrote in the first post, VisualGDB only allow *bsp, *edp, *efp and *tfp files to be loaded, not *pkg. I don’t see the way how I can load cmake-3.20.3.2.vgdbxpkg file. You can see it on attached picture. File cmake-3.20.3.2.vgdbxpkg is in this directory.
-
This reply was modified 3 years, 9 months ago by
jh.
-
This reply was modified 3 years, 9 months ago by
jh.
Attachments:
You must be logged in to view attached files.October 10, 2021 at 12:24 #31483support
KeymasterHi,
Sorry about the confusion. Please consider updating to VisualGDB 5.6 Beta 5. It supports installing the .vgdbpkg files directly from the Package Manager.
October 10, 2021 at 14:18 #31484jh
ParticipantHi,
I installed VisualGDB 5.6 Beta 5 that can open *pkg files, but unfortunately there is some other problem, and package installing failed at the end.
Attachments:
You must be logged in to view attached files.October 10, 2021 at 14:23 #31486jh
ParticipantOctober 12, 2021 at 17:54 #31511support
KeymasterSorry about that. We have double-checked everything and confirmed that the download page was listing auxiliary packages in the backward-compatible format that indeed would not install via VisualGDB Package Manager (it would work just fine for other package types). We have updated the page to link to the advanced packages that will work just fine. Please try downloading and installing CMake again using the updated link.
October 13, 2021 at 04:28 #31518jh
ParticipantHi,
I downloaded cmake-3.20.3.2-xz.vgdbxpkg file and installation failed, somewhere about 80% progress bar without any pop up message. After this cmake is not present in installed packages list. BTW I am using VS Comunity 2015 update 3 on Win 21H1.
Is it possible to distribute cmake with sysprog extension like exe file that can be installed like any other win app, and later to have it visible inside VisualGDB installed packages list.
October 13, 2021 at 08:08 #31519support
KeymasterStrange. Do you mind sharing a screenshot of your Help->About VisualGDB window so that we could see what is going on?
October 13, 2021 at 12:09 #31522jh
ParticipantOctober 15, 2021 at 19:15 #31542support
KeymasterHi,
We have just rechecked the package and it worked just fine. Please make sure your antivirus is not interfering with the package installation, and that your VisualGDB installation, or the package file is not corrupt.
October 16, 2021 at 13:19 #31543jh
ParticipantHi,
No, I don’t have antivirus installed, and package is not corrupted because I can unpack it with 7-zip without errors.
I was expecting that at the end of installation will be some pop-up about success, and after that cmake will appear on package list. So I was thinking that something goes wrong. But I guess that everything is fine, because I can build OpenOCD now without errors.
Thank you for your help.
-
This reply was modified 3 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.