support

Forum Replies Created

Viewing 15 posts - 4,516 through 4,530 (of 7,826 total)
  • Author
    Posts
  • 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

    in reply to: Clang vs Visual Studio Intellisense (issues with Clang) #20096
    support
    Keymaster

    Hi,

    The CRLF handling should have been fixed in one of the recent maintenance releases. If anyone can confirm that the problem is still present and attach a repro file, we should be able to investigate it quickly and release a hotfix.

    in reply to: Warning ! Trojan in VisualGDB . Projects at risk ! #20095
    support
    Keymaster

    Hi,

    It looks like your technical support period has expired. To keep on receiving technical support, please renew your license here: https://sysprogs.com/splm/mykey

    in reply to: Warning ! Trojan in VisualGDB . Projects at risk ! #20090
    support
    Keymaster

    Hi,

    It looks like your antivirus treated a test executable that got just compiled as a part of CMake tests as a trojan:

    C:\Users\<censored>\Source\Repos\WindowsProject2\WindowsProject2\VisualGDB\Debug\CMakeFiles\3.10.1\CompilerIdCXX\a.exe

    We regularly check the VisualGDB releases with VirusTotal and notify the antivirus companies to update their whitelists in case VisualGDB starts triggering false positives, but this looks like the antivirus got triggered by a blank executable just built on your machine.

    The only advise we could give in this situation is to use a better antivirus that doesn’t get triggered by an empty program.

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

    Hi,

    The Embedded Debug Tweaking page affects whether VisualGDB will handle the semihosting syscalls, but it doesn’t affect the firmware itself. Please feel free to attach a screenshot of your project properties page from VisualGDB Project Properties so that we could advise on the exact setting name.

    in reply to: How can I enlarge the font for VisualGDB settings dialog? #20085
    support
    Keymaster

    Hi,

    No problem. We are switching a considerable amount of pages/controls in each release.

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

    Hi,

    Looks like the TestFramework.cmake file got generated incorrectly (test frameworks are not fully supported for advanced CMake projects). Please try adjusting it to target_link_libraries(<target name> pthread).

    in reply to: I cannot compile VisualGDB project #20078
    support
    Keymaster

    Hi,

    OK, no problem, let us know if you decide to try out the pseudo-project approach.

    VisualGDB MSBuild projects do support environment variables and property sheets the same way as the regular VS projects do. Let us know if you need any help configuring them.

    in reply to: How can I enlarge the font for VisualGDB settings dialog? #20077
    support
    Keymaster

    Hi,

    Thanks for the screenshot. Looks like you are using the standard DPI setting, so overriding the font size on VisualGDB level would unfortunately break control positions and will make most of the text clipped.

    As a workaround, please try changing the default DPI in Windows Display Properties or simply use the Magnifier to zoom to the text. We will fully support inheriting the VS font size once we fully switch the properties window to WPF in a few releases from now.

Viewing 15 posts - 4,516 through 4,530 (of 7,826 total)