support

Forum Replies Created

Viewing 15 posts - 3,676 through 3,690 (of 7,815 total)
  • Author
    Posts
  • in reply to: ERROR: DMA_HandleTypeDef was not declared in this scope #22786
    support
    Keymaster

    Hi,

    It looks like VisualGDB loses synchronization between the source file contents in the VS editor and the contents as seen by the Clang engine.

    Could you please check if closing the source file and reopening it solve the problem? Also is it specific to a certain source file, or does it occur randomly across the entire code base?

     

    in reply to: Print Memory usage report in function of linker sections #22785
    support
    Keymaster

    Hi,

    Thanks for sharing this. We have added an option to the Linker properties under the VS properties for this setting to our development branch. It will be included in the upcoming VisualGDB beta.

    in reply to: LIBSSH2_ERROR_SCP_PROTOCOL while trying to download #22784
    support
    Keymaster

    Hi,

    This error means that the remote file is either missing, or inaccessible. Please double-check that it exists by running the “stat <path>” command via SSH.

    If the file is indeed missing, please try building the project first.

    in reply to: missing hardware register difinitions ESP32 #22783
    support
    Keymaster

    Hi,

    Yes, VisualGDB can view the ESP32 hardware registers with J-Link, however this is not fully integrated into the Arduino workflow yet.

    We have made it easier in this build though: http://sysprogs.com/files/tmp/VisualGDB-5.4.10.2586.msi

    Please download our regular ESP32 toolchain and then point the hardware register viewer at the <SysGCC>\esp32\esp32-bsp\registers.xml file. This will import the register definitions from the regular ESP32 toolchain into your Arduino project.

    in reply to: Unit Testing on Windows #22782
    support
    Keymaster

    Hi,

    Are you looking into running hardware-specific tests in a simulator (fully supporting the emulation of the STM32 hardware), or are trying to run high-level tests that do not have any hardware dependencies?

    in reply to: CTest to VS Test #22781
    support
    Keymaster

    Hi,

    Thanks for the suggestion. We will research this and try to support CTest in the next major VisualGDB release (after v5.4).

    in reply to: MBED susbsystem – can't add/change target platform #22771
    support
    Keymaster

    Hi,

    Sorry about that and thanks for sharing the 100% repro steps. Looks like VisualGDB was not unescaping some arguments properly. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.4.10.2583.msi

    in reply to: Multiple definitions of source files #22770
    support
    Keymaster

    Hi,

    Sorry about that, looks like our bug (we did not compensate for the fact that –login resets the working directory). We have updated the logic for wrapping the Cygwin commands in this build and tested it in several scenarios, so it should finally work: http://sysprogs.com/files/tmp/VisualGDB-5.4.10.2583.msi

    Please open the toolchain editing window and manually set the command launch mode to “Interactive Bash Session”.

    in reply to: Include Directories – Path Added, Keeps Causing Error #22769
    support
    Keymaster

    Hi,

    Unfortunately it’s hard to suggest anything specific without knowing more details, so we would advise looking through the following pages:

    If this doesn’t help, please share more details about the exact errors you get and we will suggest further troubleshooting steps.

    in reply to: Enhancement Request #22768
    support
    Keymaster

    Hi,

    This should be already done automatically when you start debugging. Also if you are using the Advanced CMake Project Subsystem, you can use the new “Install All Targets” command (see this tutorial). If it doesn’t help, please let us know more details about your scenario and we will try to suggest a better solution.

    in reply to: Upload code through USB to ESP32 #22767
    support
    Keymaster

    Hi,

    Yes, you can upload the code using the COM-to-USB interface. Simply select the COM port on the first page of the VisualGDB Project Properties (for advanced ESP-IDF projects) and then right-click on the project in Solution Explorer and select “Program FLASH Memory”. This will automatically invoke the esptool.py script from the ESP-IDF that will program the memory via the COM port.

    in reply to: VisualGDB Editor Used by VS2017 Linux Projects? #22747
    support
    Keymaster

    Hi,

    This might happen due to a bug in VisualGDB 5.3. Please try updating to VisualGDB 5.4 Preview 9.

    in reply to: MBED susbsystem – can't add/change target platform #22737
    support
    Keymaster

    Hi,

    You can find the retarget command by right-clicking on the mbed-os library in Solution Explorer.

    The build error looks like some of the paths in your project settings might be incorrect. Please let us know the VisualGDB build number you are using (from the About window) that corresponds to the stack trace above and share the diagnostic output from View->Other Windows->VisualGDB Diagnostic Output that is generated when you try to open the project.

    in reply to: MBED susbsystem – can't add/change target platform #22732
    support
    Keymaster

    Hi,

    Please try right-clicking on the project in Solution Explorer and select Add->Manage Mbed Platforms.

    in reply to: Error compiling ESP-IDF using latest PReview9 #22731
    support
    Keymaster

    Hi,

    Thanks for confirming this. It looks like an IntelliSense-related error, so please first check if the project builds successfully.

    Then try creating a new project from scratch (ensure it uses the same make/cmake tool) and check if the problem persists.

    If the problem does not affect build, please try clearing the VisualGDBCache and CodeDB folders when the project is closed and then reopening it. If the problem affects build, please try comparing your project settings with a newly created project that builds.

    Finally, if you cannot create any project at all, please try reinstalling the ESP32 toolchain, as it might have gotten corrupt.

Viewing 15 posts - 3,676 through 3,690 (of 7,815 total)