Forum Replies Created
-
AuthorPosts
-
support
KeymasterHi,
Last time we checked the PIC32 devices were not very popular and the popularity was declining. So unless this trend changes, we won’t be supporting them directly.
You are welcome to try creating a project manually by following our legacy device tutorial and feel free to ask questions if anything breaks or becomes unclear.
support
KeymasterHi,
Please try manually locating the source file that contains the main() function. Is it located under the source directory you are importing?
support
KeymasterHi,
It’s usually displayed via Help->About VisualGDB. If you want to upgrade, simply email sales@sysprogs.com and we’ll give you a quote.
support
KeymasterCool. If you encounter any further problems, let us know.
support
KeymasterHi,
Good to know it works now. It’s hard to say what could be causing the wifi_set_opmode() bug, can be that a simple rebuild just fixed it. If you encounter it again, feel free to let us know.
support
KeymasterHi,
You can do it by defining a custom pre-debug action (upload a file). Note that this works on Custom and Ultimate editions only.
support
KeymasterHi,
We have added a workaround to the “Command line too long” problem in this build: http://sysprogs.com/files/tmp/VisualGDB-5.1.0.617.msi
Let us know if this works.
December 26, 2015 at 02:25 in reply to: Unable to debug std::map when cmake is configured with flag -std=c++11 #7406support
KeymasterHi,
Thanks for reporting this. We have fixed it in this build: http://sysprogs.com/files/tmp/VisualGDB-5.1.0.613.msi
support
KeymasterThanks for verifying this. We have updated our ESP8266 toolchain to include the fix.
Please try the r5 build from here: http://gnutoolchains.com/esp8266/
support
KeymasterHi,
Yes, we are planning to add project templates to VisualGDB 5.1
support
KeymasterHi,
We have fixed this in the updated nRF5x BSP. Please download the new version via Tools->Embedded Tools Manager.
support
KeymasterHi,
Strange. If you are sure that the output window did not contain any other text or error messages, please feel free to send us the project causing this so that we could fix that. If VisualGDB skips some relevant error messages, we would rather fix it.
support
KeymasterCan you share the toolchain test log? Alternatively you can ignore the toolchain testing error, create your project and try to build it. Do you get a meaningful error message that way?
support
KeymasterYes, but that would involve editing the BSP XML files.
We don’t have much documentation on that, so you can either try experimenting with the BSP.XML file in %LOCALAPPDATA%\VisualGDB\EmbeddedBSPs\<ID> or look through our open-source BSP generators: https://github.com/sysprogs/BSPTools/
support
KeymasterHi,
If you are compiling the code on Raspberry Pi, please open VisualGDB Project Properties, go to the IntelliSense Settings page and reload all include directories. If you are using a cross-compiler, simply resynchronize the sysroot from the Build Settings page of VisualGDB Project Properties.
-
AuthorPosts