support

Forum Replies Created

Viewing 15 posts - 2,326 through 2,340 (of 7,884 total)
  • Author
    Posts
  • in reply to: Trying to program optionbytes #27582
    support
    Keymaster

    Hi,

    This looks like a bug in OpenOCD. Please consider building it from sources as shown in this tutorial and stepping through the FLASH programming logic to pinpoint the problem.

    Alternatively, please try using Segger J-Link instead. It comes with its own GDB stub that is more reliable than OpenOCD and is fully supported by Segger.

    in reply to: Accidentally deleted elf file #27580
    support
    Keymaster

    Hi,

    If you have accidentally deleted the file built by the project, please try building the project again using the regular Visual Studio’s Build All/Rebuild All command.

    in reply to: How to create an empty project for stm32 correctly #27579
    support
    Keymaster

    Thanks, looks like you are using an MSBuild-based project.
    Please refer to the following tutorial for an example on enabling the map files: https://visualgdb.com/tutorials/arm/linkerscripts/

    in reply to: ESP IDF4.0 with GNUMake Doesn't compile any sample #27578
    support
    Keymaster

    Hi,

    According to our records, your support period has expired. In order to continue receiving support, please renew your key here: https://sysprogs.com/splm/mykey

    in reply to: STM32G4 OpenOCD bugged? #27575
    support
    Keymaster

    No problem, we have investigated this and released another update. Please update your OpenOCD package via the VisualGDB Package Manager.

    in reply to: STM32G4 OpenOCD bugged? #27573
    support
    Keymaster

    Hi,

    No problem, looks like the upstream OpenOCD has renamed some JTAG-related commands and some of the scripts shipped with our OpenOCD build were not updated.

    We have fixed the issue. Please try reinstalling the OpenOCD release via Tools->VisualGDB->Manage VisualGDB Packages.

    in reply to: esp-idf 4.1 not working with esp32 #27568
    support
    Keymaster

    Hi,

    Please see the following page for a detailed explanation: https://visualgdb.com/support/idfcheckout/

    Edit: VisualGDB 5.5 Preview 5 now fully supports ESP-IDF 4.1. Simply install it over any other VisualGDB version and get our latest ESP32 toolchain and you will be able to install ESP-IDF 4.1 into it:

    • This reply was modified 5 years, 8 months ago by support. Reason: Mentioned new ESP-IDF 4.1 support
    Attachments:
    You must be logged in to view attached files.
    in reply to: Remote Debug over TCP/IP #27560
    support
    Keymaster

    Hi,

    This is already supported via VisualGDB Project Properties -> Debug Settings -> Full-Custom Mode.

    Simply specify “–interpreter mi $(TargetPath)” in the gdb arguments and use the “target remote <host>:<port>” as the target selection command. This will connect gdb to a remote target.

    You can also automate running the remote OpenOCD instance via the Custom Debug Steps page of VisualGDB Project Properties.

    in reply to: VisulGdb setting up for OpenWrt #27558
    support
    Keymaster

    Sorry, it is not possible for us to provide the exact configuration steps for 3rd-party frameworks and tools, unless it is something extremely common (i.e. relevant to a huge amount of users) and worth supporting out-of-the-box and having a separate tutorial.

    We can do the necessary research and publish a detailed tutorial as a part of our paid consulting program (please contact our sales for pricing). Alternatively, we can help you understand the VisualGDB side of the setup. E.g. if you manage to setup the project manually and find the correct compiler command lines and file layout, we can help you setup VisualGDB to replicate the manual setup results.

    in reply to: Suggestion #27544
    support
    Keymaster

    This sounds very similar to what is already supported with the VisualGDB project templates.
    We actually have a huge collection of tutorials showing various VisualGDB features here: https://visualgdb.com/tutorials/

    You can find the one showing the project templates by searching for “templates” on the tutorial list page.

    Please also feel free to look through other tutorials for ideas on further improving your productivity with VisualGDB.

    in reply to: How to create an empty project for stm32 correctly #27543
    support
    Keymaster

    No problem. Please share a screenshot of the entire VS window showing your solution and also a screenshot of the Help->About VisualGDB window and we will help you find the right setting.

    in reply to: Cannot open VisualGDB settings #27542
    support
    Keymaster

    Hi,

    Please use the following page to search through all VisualGDB settings: https://visualgdb.com/settings/

    You can find the up-to-date setting name by searching for “deploy”. Please also make sure you are using this build, as the Preview 4 might apply the setting incorrectly in some cases: VisualGDB-5.5.4.3549.msi

    in reply to: VMWare 15 Compatibility #27537
    support
    Keymaster

    Update: to make it less confusing while we are working on supporting the new JSON API, we have released VisualKernel 3.1R3 that will detect the cases when the VIX API is missing and will prompt to suspend and then resume the VM manually. It will still edit the configuration files automatically, minimizing the amount of extra steps.

    in reply to: Support for Parametrized Tests on google test? #27536
    support
    Keymaster

    Hi,

    Just wanted to let you know that we have added support for test resources (files on the Windows machine that can be accessed from the embedded code) to the following VisualGDB build: VisualGDB-5.5.4.3548.msi

    You can find a reference of the test resource manager API here: https://visualgdb.com/documentation/semihosting/_t_r_m_a_p_i.html

    Please make sure you install the latest semihosting/profiler framework and enable test resources via VisualGDB Project Properties -> Unit Tests. The new functionality, along with detailed tutorials, will be included in the upcoming Preview 5.

    support
    Keymaster

    Please note that VisualKernel can only install a symbol package if it has been released by your Linux distribution (e.g. Ubuntu). The released symbol package must exactly match the running kernel, have the same version, build number, etc. Trying to use a mismatching symbol package (e.g. having the same kernel version, but a different build number) will not work, since it will not match the running kernel.

    If you are not sure what is going on, please try installing the latest Ubuntu 19.10 from scratch and make sure you use the stock kernel (i.e. don’t install any unofficial kernels). This Ubuntu version is fully supported by VisualKernel 3.1 and should work out-of-the-box.

Viewing 15 posts - 2,326 through 2,340 (of 7,884 total)