Forum Replies Created
-
AuthorPosts
-
support
KeymasterHi,
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).
support
KeymasterHi,
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.
support
KeymasterHi,
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.
support
KeymasterHi,
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.
February 14, 2018 at 22:53 in reply to: Compiler warnings from Keil toolchain incorrectly formatted #20106support
KeymasterHi,
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.
support
KeymasterHi,
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).
support
KeymasterHi,
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
February 13, 2018 at 21:19 in reply to: Clang vs Visual Studio Intellisense (issues with Clang) #20096support
KeymasterHi,
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.
support
KeymasterHi,
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
support
KeymasterHi,
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.
support
KeymasterHi,
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.
February 13, 2018 at 17:57 in reply to: How can I enlarge the font for VisualGDB settings dialog? #20085support
KeymasterHi,
No problem. We are switching a considerable amount of pages/controls in each release.
support
KeymasterHi,
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).
support
KeymasterHi,
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.
February 13, 2018 at 04:45 in reply to: How can I enlarge the font for VisualGDB settings dialog? #20077support
KeymasterHi,
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.
-
AuthorPosts