Forum Replies Created
-
AuthorPosts
-
April 17, 2022 at 05:18 in reply to: Visual Studio gets stuck loading VisualGDB-based project #32510regus_pregusParticipant
I fixed the problem. Turns out that the necessary toolchain and board-specific packages were not re-installed after the upgrade. After installing these the project loads fine. As a suggestion, it would be nice if an error message was given when these components are missing instead of just getting stuck forever while loading the project.
June 2, 2021 at 12:37 in reply to: VisualGDB broken after updating VS 2019 from version 16.9 to 16.10 #30625regus_pregusParticipantI do not have a sudden purchase of a new version currently budgeted, especially when things break down all of a sudden in between two routine builds. With that in mind, I have the following options remaining:
- Revert from VS 16.10.0 back to 16.9.6. But it is next to impossible to find a way to download installers for prior versions of VS Community Edition (only Professional and Enterprise), but that’s not Sysprogs fault, of course.
- Switch back to free tools that I was using before VisualGDB (Atmel Studio in my particular case)
- Disable offending component – Clang IntelliSense (don’t have much use for this feature anyway).
I went with the third option.
I wish the maintenance cycle for VisualGDB was a bit longer than 1 year, at least for bugfixes that the manufacturer already knows how to fix in later versions (I am trying to be fair and not asking for new features for free, just fixing broken product).
June 2, 2021 at 11:35 in reply to: VisualGDB broken after updating VS 2019 from version 16.9 to 16.10 #30623regus_pregusParticipantThank you for quick response. The hotfixes are for VisualGDB 5.5 and 5.6, but I have a license for 5.4, am I completely out of luck?
October 3, 2019 at 21:32 in reply to: error: Board mega (platform avr, package arduino) is unknown #26020regus_pregusParticipantBy the way, when “Show old packages” checkbox is checked on Screen2 in the previous post, you get a list of all previous Arduino AVR boards packages OK, but version 1.8.1 (the current one) does not show up. So it is something to do with the current version of that package. See Screen3.png attached for a screenshot.
Any ideas?
Attachments:
You must be logged in to view attached files.October 2, 2019 at 19:00 in reply to: error: Board mega (platform avr, package arduino) is unknown #26011regus_pregusParticipantAfter installing 5.5.1.3285 the cleanup tool now shows the items fine and compiling works again after cleanup.
AVR boards package is still missing, see attached screenshot Screen0.png.
Yet relevant Arduino boards show up in the New Arduino Project wizard, so the package is still installed, it just fails to show up on the list of installed packages. See attached screenshot Screen1.png
Interestingly, the “Arduino AVR boards” package is also missing from the “Online” section too, so I can’t reinstall it as well. See attached screenshot Screen2.png
Attachments:
You must be logged in to view attached files.October 2, 2019 at 16:39 in reply to: error: Board mega (platform avr, package arduino) is unknown #26004regus_pregusParticipantBy the way, Visual Studio version is 15.9.15
October 2, 2019 at 16:32 in reply to: error: Board mega (platform avr, package arduino) is unknown #26003regus_pregusParticipantIn addition, “Arduino AVR boards” packages are not shown anymore in Manage VisualGDB packages dialog after installing 5.5.1-3282. Neither Installed nor Online section shows any of them, making it impossible to even reinstall these packages from scratch.
October 2, 2019 at 16:23 in reply to: error: Board mega (platform avr, package arduino) is unknown #26001regus_pregusParticipantCleanup doesn’t work. The dialog shows four items without text, making it impossible to select anything meaningfully. See picture attached.
Attachments:
You must be logged in to view attached files.July 17, 2019 at 20:27 in reply to: VisualGDB update to 5.4.110.3225-r10 fail: unexpected download size #25393regus_pregusParticipantUpdate on Adafruit Circuit Playground playground issue: actually the list of installed packages now shows both versions 1.8.4 and 1.8.5 installed (instead of 1.8.5. replacing 1.8.4), and it shows that both of them are installed in the same folder.
July 17, 2019 at 20:24 in reply to: VisualGDB update to 5.4.110.3225-r10 fail: unexpected download size #25392regus_pregusParticipantFor now I have worked around the problem by downloading the installer .msi file directly (outside of VS) and installing it.
By the way, another problem: VisualGDB update window also shows Adafruit Circuit Playground update from 1.8.4 to 1.8.5, when I click on it, it reports that it is being installed, then reports that installaiton was successful, but then the same update keeps showing in the update list (and the version reported for this package still remains 1.8.4, so it looks like the update never actually installs). Any ideas?
July 17, 2019 at 20:19 in reply to: VisualGDB update to 5.4.110.3225-r10 fail: unexpected download size #25391regus_pregusParticipantThat didn’t help. By the way, while download is ongoing, the following exception occurs quietly (without error message):
Downloading http://sysprogs.com/getfile/528/VisualGDB-5.4r10-trial.msi using 5 parallel threads…
Multi-thread download exception: Mismatching hash after a multi-threaded download: 8b7a79e628e8be5a40e034aca587c460, expected 4fc2ce4b746fbc29bf30734ebf9e4fb1Then download restarts and then the error message I have mentioned in the original post comes up.
June 22, 2019 at 01:49 in reply to: Problem (and solution) to the Arduino support in VisualGDB-5.4r7 #25193regus_pregusParticipantJust downloaded and installed new release (5.4r8). When installed, it shows version 5.4r7 in the About box and the setting value still has stray semicolon at the end.
September 1, 2018 at 21:39 in reply to: SysTick doesn't increment in STM32 CubeMX samples when executed from SRAM #21866regus_pregusParticipantWorks fine on my side as well now, maybe previously I have done something wrong when setting up this code. Sorry for a false alarm!
regus_pregusParticipantPlease disregard my post above, the described problem is not of VisualGDB, rather it is of GNU Embedded Toolchain for Arm included with the product. It is reproducible even with the latest version of gcc for Arm (7.3.1), not just 7.2.0 included with VisualGDB.
August 26, 2018 at 14:22 in reply to: SysTick doesn't increment in STM32 CubeMX samples when executed from SRAM #21777regus_pregusParticipantCould you also look at another supplied sample program when executed from SRAM? Same steps to reproduce as before, only this time it is a FreeRTOS_DelayUntil sample project from STM32 CubeMX Samples tab when selecting a sample project. Apply all the temporary fixes as we figured out before, compile and run. The program execution gets stuck in main() / HAL_Init() / HAL_InitTick() / HAL_TIM_Base_Start_IT() / __HAL_TIM_ENABLE(htim); (this is a call stack sequence). Of note, the program executes as expected (blinks LED) when run from FLASH.
- This reply was modified 6 years, 2 months ago by regus_pregus.
-
AuthorPosts