support

Forum Replies Created

Viewing 15 posts - 5,686 through 5,700 (of 7,849 total)
  • Author
    Posts
  • in reply to: Can't link – libc linking issues (probably) #10204
    support
    Keymaster

    Hi,

    This looks like a conflict between files generated by VisualGDB wizard and the files imported from CubeMX.

    The ‘multiple definition’ error can be resolved very easily by unchecking the ‘default system file’ checkbox on the Embedded Frameworks page of VisualGDB Project Properties.

    The ‘external dependencies’ list is derived by Visual Studio by trying to locate included headers, so it can be incorrect, but this should not affect compilation or IntelliSense.

    in reply to: Suggestion for project properties #10203
    support
    Keymaster

    Hi,

    Sorry about that. We’ll keep a track of this and if we get more similar feedback, we will add a simple key-value based view as well.

    in reply to: Feature Request: clang-tidy integration #10202
    support
    Keymaster

    Hi,

    It’s hard to promise anything definitive currently, but we will be adding some sort of Clang-powered code analysis in one of the next major VisualGDB releases.

    in reply to: STM32 F4 – VCP confusion #10194
    support
    Keymaster

    Hi,

    Thanks, we have managed to reproduce and fix this. We have updated the code example in the post above and will ship the correct code in the next STM32 BSP.

    in reply to: GCC from command line #10192
    support
    Keymaster

    Hi,

    Yes, that can be indeed tricky, but VisualGDB should normally be able to setup everything automatically so you wouldn’t need to worry about complex toolchain issues.

    in reply to: xming performance and user variables #10191
    support
    Keymaster

    Hi,

    It is hard to say why X11 is slow. VisualGDB simply uses the libssh2 library to forward X11 traffic inside the SSH channel, so this definitely adds compression and encryption. Perhaps this is responsible for slowdowns as well. By setting DISPLAY to hostname:0.0 you instruct the graphical applications to connect directly to your Windows PC, so as long as your firewall supports it, this should work as well and may be faster.

    The XML errors you mentioned should definitely not happen, so feel free to post details here so that we could investigate and fix them.

    in reply to: Suggestion for project properties #10190
    support
    Keymaster

    Hi,

    Unfortunately this is currently not possible as VisualGDB uses rich GUI to present various settings (e.g. command lists) and merging settings from different configurations there would greatly overcomplicate the design. The only workaround we could offer is to programmatically edit the .vgdbsettings files.

    in reply to: Problem opening file #10185
    support
    Keymaster

    Hi,

    You may have purchased the Linux edition then. You can always upgrade it here: https://sysprogs.com/splm/mykey

    Also if you don’t need to copy this file each time, you can simply upload it once with SmarTTY and keep on using the Linux edition.

    in reply to: Problem opening file #10183
    support
    Keymaster

    Hi,

    If you want to upload a text file to the target before debugging, you can add a new upload action to the custom pre-debug actions on the Debug Customization page of VisualGDB Project Properties (requires Custom edition or higher).

    in reply to: xming performance and user variables #10179
    support
    Keymaster

    Hi,

    First of all, please try the latest VisualGDB 5.2, as it contains fixes for many issues found in v5.1.

    The behavior you described with deleting .user files looks like a bug. Please check if you can still reproduce it with v5.2. If yes, please let us know the steps to reproduce it and we will investigate it.

    in reply to: Reindexing from scratch way too often #10178
    support
    Keymaster

    Hi,

    Most likely either you modify some global header file used by all other headers, or VisualGDB believes it is modified and does a full rebuild.

    Please try opening the Clang IntelliSense Diagnostics Console and check for messages like thi:

    [+0:00:33.084] Found an outdated PSF 0 due to <file> during initial check. It will be re-built

    It should explain why VisualGDB reparses the files.

    The Error List behavior is by design – showing all errors from the entire project would require constantly rebuilding all the files in the background. Currently VisualGDB only does that when you use the ‘Go to definition’ or ‘Find all references’ commands.

    in reply to: "Show All Files" squashes folders #10177
    support
    Keymaster

    Hi,

    VisualGDB should not interfere with this command. If you believe it does, please try reproducing this with one VisualGDB-based and one non-VisualGDB based projects and post screenshots here. We should be able to investigate it based on that.

    in reply to: GCC from command line #10176
    support
    Keymaster

    Hi,

    Yes, it is a regular ARM GCC toolchain, so you can use it to build any project designed for that type of toolchain.

    We don’t provide any support on using the toolchain outside VisualGDB though, as there are too many things that can go wrong.

    support
    Keymaster

    Hi,

    This error does not look like anything related to VisualGDB, so something else is most likely causing this.

    Can you see any specific pattern that leads to the exit? What happens if you attach another instance of VS to your primary one, do you get an ‘unhandled exception’ message?

    in reply to: nRF52 conversion to standalone fails #10167
    support
    Keymaster

    Hi,

    Are you using the Custom edition or higher? If you were using a lower edition, the button would be disabled and would not work.

Viewing 15 posts - 5,686 through 5,700 (of 7,849 total)