support

Forum Replies Created

Viewing 15 posts - 4,531 through 4,545 (of 7,849 total)
  • Author
    Posts
  • in reply to: Disable ARM Semi Hosting #20138
    support
    Keymaster

    Hi,

    Thanks for the linker command line. It looks like a project created with an older version of the toolchain that didn’t support disabling semihosting yet. In order to be able to fully remove semihosting code from the project, please re-create it with our latest ARM toolchain based on GCC 7.2.0.

    in reply to: cmake project with google test #20137
    support
    Keymaster

    Hi,

    This looks like CMake doesn’t report some of the target information to VisualGDB. This is to be expected, as unit tests projects are not officially supported for Advanced CMake yet. That said, we might be able to investigate/fix this if you could create a basic repro project and send it to us (or attach it here).

    in reply to: Stray character in program. #20131
    support
    Keymaster

    Hi,

    Thanks for the update. Normally the VisualGDB platform should be installed to the following path:

    C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Platforms\VisualGDB

    Please double-check that this directory exists. If it doesn’t, please double-check that the VS installation path in registry is correct:

    HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\SxS\VS7\15.0

    Below is an example of a correct value:

    C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\

    If you change the VS path in the registry, please uninstall and reinstall VisualGDB so that it can pick up the updated path.

    in reply to: Stray character in program. #20128
    support
    Keymaster

    Hi,

    Strange. Another option would be to uninstall VisualGDB, repair the VS installation via the VS Installer, and install VisualGDB back. If this still doesn’t help, please let us know which Visual Studio version you are using and where is it installed and we will provide more detailed steps on diagnosing MSBuild-related files.

    in reply to: CMake project + Intellisense + Yocto toolchain #20127
    support
    Keymaster

    Hi,

    Looks like there is some sort of a configuration problem. If you are using the Advanced CMake Project Subsystem, it should not create any .props files and the project file extension should be .vgdbcmake, not .vcxproj. If you are not sure, please attach the screenshots of Solution Explorer and the first page of the wizard when you create a project and we will help you understand what is going on.

    in reply to: Stray character in program. #20122
    support
    Keymaster

    Hi,

    Looks like you have accidentally deleted the VisualGDB MSBuild platform. Please try repairing VisualGDB via Control Panel -> Add/Remove Programs.

    in reply to: CMake project + Intellisense + Yocto toolchain #20121
    support
    Keymaster

    Hi,

    If you are using CMake, please try the new Advanced CMake Project Subsystem. It is designed to query the compiler configuration directly from CMake and should produce much more accurate results.

    in reply to: cmake project with google test #20120
    support
    Keymaster

    Hi,

    Thanks for renewing your support. We have investigated the problem and it looks like the VisualKernel 3.0 Beta is interfering with the VisualGDB test discovery functionality. We have located and fixed the problem. Please try this VisualKernel build, it should no longer cause conflicts with VisualGDB: http://sysprogs.com/files/tmp/VisualKernel-3.0.1.2143.msi

    in reply to: Stray character in program. #20114
    support
    Keymaster

    Hi,

    Please try removing the entire contents of the file and see if his helps the compilation. If it does, put half of the contents back and check again. Repeating this a few times, narrowing the scope each time should help pinpoint the location of the character.

    Another option would be to try saving the file under  a different encoding via File -> Save As (GCC may not support rare encodings that VS might be aware of).

    in reply to: No executable file specified in Embedded project #20110
    support
    Keymaster

    Hi,

    Good to know it works. VisualGDB actually warns about this when you create a project. If you are not familiar with the GNU tools internals, please do follow the VisualGDB suggestions – they are designed to save your time.

    in reply to: VisualGDB and msbuild #20108
    support
    Keymaster

    Hi,

    Thanks for the explanation. Please try using the team settings as shown in this tutorial: https://visualgdb.com/tutorials/ci/tfs/

    Please configure your CI server to set the AGENT_WORKFOLDER environment variable to any non-empty value so VisualGDB will detect that it’s running from a build server and will apply team settings & rebuild the missing files fully automatically.

    in reply to: No executable file specified in Embedded project #20107
    support
    Keymaster

    Hi,

    Please don’t use paths with spaces for your projects, as this confuses many GNU tools. Simply moving the project to a different path and reopening it should fully solve this.

    support
    Keymaster

    Hi,

    Most likely some parts of the BuildMessageRegexes.xml are invalid and this is causing an internal error in VisualGDB. Please feel free to attach your BuildMessageRegexes.xml file here and we will investigate it and improve the error message.

    in reply to: Disable ARM Semi Hosting #20103
    support
    Keymaster

    Hi,

    Thanks for the screenshot. This looks like a stand-alone project that has all the settings specified directly. The way to disable the semihosting for this project would be to replace the reference to rdimon.specs with a reference to nosys.specs (names might be different if you created your project with an older toolchain).

    An easier solution would be to create a non-standalone project, disable semihosting as described earlier, convert it to a stand-alone one and copy LDFLAGS from it (accounting for the changes you manually introduced to LDFLAGS in your project).

     

    in reply to: cmake project with google test #20102
    support
    Keymaster

    Hi,

    No problem, we can help you troubleshoot this, however it looks like your VisualGDB technical support period has expired (your VisualKernel support is still actiev). In order to keep receiving technical support, please renew your license here: https://sysprogs.com/splm/mykey

Viewing 15 posts - 4,531 through 4,545 (of 7,849 total)