support

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 7,778 total)
  • Author
    Posts
  • in reply to: How to enable semihosting for nRF52? #36543
    support
    Keymaster

    It looks like your technical support period has expired. We would be happy to help you, however we would kindly ask you to renew your technical support on the following page first: https://sysprogs.com/splm/mykey

    in reply to: uint8_t array fill zero (avr-gcc) #36541
    support
    Keymaster

    Sorry, this doesn’t look like a VisualGDB-specific issue. Please refer to the GCC documentation for more details.

    in reply to: Debug multiple boards #36539
    support
    Keymaster

    It looks like your technical support period has expired. We would be happy to help you, however we would kindly ask you to renew your technical support on the following page first: https://sysprogs.com/splm/mykey

    in reply to: Precompile header fault #36529
    support
    Keymaster

    Sorry, doesn’t look like anything on the VisualGDB side.

    in reply to: Update to MSP430 Toolchain? #36525
    support
    Keymaster

    No problem, we have just released an repackaged version of the latest TI toolchain that should work out-of-the-box with VisualGDB. You can update it via VisualGDB Package Manager or here: https://gnutoolchains.com/msp430/

    in reply to: Indefinite Build Processes #36523
    support
    Keymaster

    We don’t really have any special code for calling a particular shell. It’s up to the Make executable and we don’t have much insights into it. CMake+Ninja (or MSBuild) works way better and way faster, so we recommend using it instead.

    in reply to: Indefinite Build Processes #36521
    support
    Keymaster

    Hi,

    Good to know it works and thanks for letting us know.

    in reply to: Indefinite Build Processes #36518
    support
    Keymaster

    Hi,

    This could be due to a bug in the GNU Make where it sometimes just lock up on multi-core systems. So, normally, we would advise using CMake + Ninja or MSBuild instead. These systems are much more modern and work way better.

    If you have to use GNU Make, you may need to experiment with other similar projects to see what exactly triggers the lockup.

    in reply to: Can’t install VisualGDB anymore #36513
    support
    Keymaster

    Thanks for renewing your support.

    Please follow the steps on this page to troubleshoot VisualGDB loading problems: https://visualgdb.com/support/loadfail/

    If nothing helps, please do the following:

    • Completely uninstall VisualGDB. If the uninstallation doesn’t work, see this page. Verify that the C:\Program Files (x86)\VisualGDB folder has been deleted by the uninstaller.
    • Completely uninstall Visual Studio. Verify that the Visual Studio folder has been deleted, and delete it if necessary
    • Reinstall Visual Studio (C# and C++ workloads).
    • Reinstall VisualGDB.
    in reply to: Can’t install VisualGDB anymore #36510
    support
    Keymaster

    Installing an unsupported version would normally show a very straight-forward error message and point you to the list of the old versions. So the problems must be caused by something else.

    Our best guess is that during the 3 days of troubleshooting you ended up breaking some global settings. We were not with you for these 3 days, so we don’t know what you changed and do not have any suggestions beyond resetting as much of the environment as possible.

    in reply to: Can’t install VisualGDB anymore #36508
    support
    Keymaster

    You can view the status of your support, manage your renewals and upgrades here: https://sysprogs.com/splm/mykey

    in reply to: Can’t install VisualGDB anymore #36506
    support
    Keymaster

    If you you would like us to point out exact troubleshooting steps, we would kindly ask you to renew your support. Otherwise, you can just try googling it. We have a lot of documentation describing various troubleshooting scenarios.

    in reply to: Can’t install VisualGDB anymore #36504
    support
    Keymaster

    This sounds like you have accidentally broken something while trying to uninstall/reinstall (edited some files?). It doesn’t sound like any known issue. It could be that the older VisualGDB is not compatible with your Visual Studio or some other part of your setup.

    Normally, completely uninstalling VisualGDB, Visual Studio, deleting all directories and reinstalling everything back should help.

     

    in reply to: Plot my plot in Excel, but too much data… #36502
    support
    Keymaster

    Hi,

    You can do that by selecting a range of data on the graph, right-clicking on it and selecting “Export selected data”. This will limit the CSV file to just the selected range.

    in reply to: Arduino esp32 update fails #36501
    support
    Keymaster

    Hi,

    That’s beyond us as well. The latest ESP32 Arduino package indeed includes some rather long paths. They seemingly come from some 3rd-party code that Espressif bundled with their package and don’t seem to be actively used (unless you specifically want to include some connectedhomeip headers).

    We looked into it earlier when the same package was causing other issues, and it turned out that Arduino IDE just silently ignores the long paths. So, we updated VisualGDB to show the list of the files it could not install, but otherwise do what the Arduino IDE does. If you don’t need these headers, you can just ignore the warning and go ahead. Otherwise, you can try convincing Espressif to move the affected folders within their package, because they would not work on Windows regardless of the used IDE.

Viewing 15 posts - 1 through 15 (of 7,778 total)