support

Forum Replies Created

Viewing 15 posts - 4,291 through 4,305 (of 7,828 total)
  • Author
    Posts
  • support
    Keymaster

    Hi,

    Please let us know the email associated with your license key so that we could check your support status.

    in reply to: Encoding in "ARM Semihosting Console" #20832
    support
    Keymaster

    Hi,

    Sorry, the VisualGDB semihosting console only supports UTF-8 as it has become a de-facto standard encoding for all non-Latin characters. Would switching the encoding of your source files to UTF-8 be a reasonable workaround?

    in reply to: Problem with black magic probe port to ESP8266 #20829
    support
    Keymaster

    Hi,

    Looks like you are missing the –interpreter mi argument before $(TargetPath). Specifying it (and also configuring VisualGDB to use the ‘continue’ command to start the session) should get it to work.

    in reply to: Project dependencies & binary output files #20828
    support
    Keymaster

    Hi,

    Yes, please try referencing the bootloader project via Project Dependencies (not the regular Project References). This should affect the project build order without changing any actual build-related flags.

    in reply to: Is there a support for C ++ 17 in VisualGDB? #20825
    support
    Keymaster

    Hi,

    Sorry, the native Visual Studio IntelliSense is outside our control. Please contact Microsoft regarding their plans for C++17 support/gcc compatibility.

    That said, the recent versions of the Clang IntelliSense engine contain optimizations that improve the performance for huge projects (e.g. the IntelliSense-only PCH files), so you should be able to get reasonable performance out of it. Feel free to let us know if any specific scenarios are slow and we will help you set it up.

    in reply to: Need help configuring a specific setup #20824
    support
    Keymaster

    Hi,

    Normally selecting a “computer used for building and debugging” will affect the following functions:

    1. The target machine for uploading the sources [not overridable, but can be disabled and replaced with a custom action]
    2. Machine where the build command is run [overridable]
    3. Machine where the debug command is run [overridable]

    You can override #2 and #3 by setting the “Allow choosing build/clean/debug command hosts independently” checkbox on the Linux Project Properties page in VisualGDB Settings and then manually picking the host in the build command on the Build Settings page and/or the gdb command on the Debug Settings page.

    Another option would be to disable the automatic source synchronization and synchronize it instead via a pre-build action (transfer a directory to a remote computer).

    Please note that both options require the Custom edition or higher. If you are using a lower edition, you could work around by creating 2 project configurations (one for transferring the files and another one for building), although it would be less convenient than a 100% automatic setup described above.

    in reply to: what is wrong of the ESP32 examples build error? #20823
    support
    Keymaster

    Hi,

    Please let us know the email associated with your license key so that we could check your support status.

    in reply to: FastSemihosting issue? #20802
    support
    Keymaster

    Hi,

    This looks like an error in the J-Link gdb server (JLinkGDBServerCL.exe). Please contact Segger support regarding this as we don’t have access to the Segger GDB stub internals and are not able to troubleshoot its crashes.

    The memory we mentioned is used by the Semihosting Framework – it uses a part of the on-chip RAM to store the semihosting output (the debugger will read it in the background without stopping the target). This should not crash the J-Link gdb server, as all Fast Semihosting-related logic is handled by VisualGDB directly.

    in reply to: Is there a support for C ++ 17 in VisualGDB? #20801
    support
    Keymaster

    Hi,

    Thanks for your feedback. We are planning to upgrade our IntelliSense engine to the latest Clang version as a part of the v5.4 release cycle (expect this to be available in the next 1-2 months). Feel free to follow us on twitter to get notified once the build with the new Clang is ready.

    in reply to: ESP 32 wroom Received a SIGTRAP: Trace/breakpoint trap #20800
    support
    Keymaster

    Hi,

    This could be a wiring issue, an optimization bug (that should not happen when using out-of-the-box ESP-IDF) or a FLASH programming issue. First of all, please try simply pressing F5 to continue from the stop. Does the program resume as normal?

    If not, please try creating and programming a basic “LEDBlink” project and then restart the board manually. Does the LED blink? If not, please follow this tutorial. If yes, please try disabling all breakpoints and try debugging it again.

    in reply to: the question about toolchain set up? #20786
    support
    Keymaster

    Hi,

    Not sure what toolchain you are downloading, but our ESP32 toolchain compatible with VisualGDB can be downloaded here: http://gnutoolchains.com/esp32/

    in reply to: the question about toolchain set up? #20773
    support
    Keymaster

    Hi,

    Yes, the toolchain can be installed in any location (although the path should not contain spaces).

    You don’t need to re-download the toolchain. Once it is installed by running the .exe file, VisualGDB will automatically find it (you will need to restart Visual Studio if you installed the toolchain while it was running).

    in reply to: Install on multiple systems #20772
    support
    Keymaster

    Hi,

    No problem, please contact our support via the support form with your key details and we will review your case and provide further instructions.

    in reply to: Install on multiple systems #20769
    support
    Keymaster

    Hi,

    Sorry, this is by design. As our license price includes technical support and we are not able to check who is physically using each installation, we have to limit the amount of parallel activations to the amount of purchased seats.

    We offer quantity discounts starting from 10 seats, however otherwise each extra seat will cost the regular license price. We understand that this might be annoying, however otherwise we would simply not be able to provide technical support to all our customers as the amount of support required by large teams would never be covered by a single license cost.

    in reply to: how to edit MainWindow.ui #20764
    support
    Keymaster

    Hi,

    Good to know it works. The recommended way to create Qt-based VisualGDB projects is still using the VisualGDB project wizard. This will setup the necessary file transfer rules, prepare the toolchain if necessary, and will ensure that various cross-platform build tools will work together properly.

Viewing 15 posts - 4,291 through 4,305 (of 7,828 total)