Forum Replies Created
-
AuthorPosts
-
September 28, 2015 at 03:04 in reply to: WinCDEmu breaks File Explorer jump lists in windows 10 #7000
support
KeymasterHi,
Looks like the problem might be caused by the translation engine. Can you try temporarily deleting the c:\Program Files (x86)\WinCDEmu\langfiles folder and restarting? Does this solve the problem?
September 28, 2015 at 02:21 in reply to: WinCDEmu breaks File Explorer jump lists in windows 10 #6997support
KeymasterHi,
Thanks, this is strange. Please try uninstalling 4.1 and installing this build. It should create a log file and show what is going on.
September 28, 2015 at 01:03 in reply to: WinCDEmu breaks File Explorer jump lists in windows 10 #6993support
KeymasterHi,
Have you tried uninstalling WinCDEmu 4.0, restarting and installing WinCDEmu 4.1? Perhaps the old plugin was still loaded.
If this does not help, could you try running the instrumented build here and sending us the %LOCALAPPDATA%\WinCDEmuLog.txt file? It should explain what causes the crash.
support
KeymasterHi,
You can get the Angstrom toolchain from here. Once you install it, VisualGDB will show it in the list. We hide it by default because Angstrom is far less stable than Debian and we do not recommend new customers to use it. Let us know if you encounter problems with the cross-compilation. In the meanwhile, we will check it on our side and make a separate tutorial.
support
KeymasterHi,
Sorry again for the confusion. The Angstrom Linux used to be the primary distro for Beaglebone and our Beaglebone Qt tutorials explain how to get it to work. We also provide a toolchain for that, but we do not recommend using Angstrom for new projects, as it is being replaced by Debian.
If you are not required to use the Angstrom image, we would recommend using the newest Debian image from http://beagleboard.org/latest-images.
It looks like the Qt package in the Beaglebone-debian distro is broken, so you would need to cross-compile it. We currently have a detailed tutorial on cross-compiling Qt 5 for Raspberry Pi and cross-compiling it for Beaglebone should be very simlar. We will re-check the exact steps with the latest image and publish an updated tutorial within the next few days.
September 27, 2015 at 04:13 in reply to: Don't know how to add intellisense paths to flavors MSVS2013?? #6987support
KeymasterHi,
If you are using conditional directives in your Android.mk, VisualGDB won’t detect them automatically.
The easiest way to handle this would be to specify those directories manually on the IntelliSense Settings page of VisualGDB Project Properties.
support
KeymasterHi,
Sorry for the confusion. We do have separate tutorials for Angstrom-based and Debian-based images for Beaglebone. Please let us know which one you are using so that we could point you to the correct one.
It could have also happened that the Beaglebone image you are using contains a breaking change that prevents VisualGDB from doing the automatic setup. If you could point us to the image and let us know the problem you are experiencing, we will gladly update the tutorial and release a hotfix.
September 27, 2015 at 04:07 in reply to: WinCDEmu breaks File Explorer jump lists in windows 10 #6984support
KeymasterHi,
Deleting the registry key would also break some context menus like “Create ISO from folder”.
It looks like we have found and fixed the problem. Could you try this build: http://sysprogs.com/files/WinCDEmu/WinCDEmu-4.1.exe?
support
KeymasterHi,
Good to know it works now. If you encounter this problem again, please attach a screenshot of the error showing the exact command you are using and SmarTTY output. This should help understand what could be causing it.
support
KeymasterHi,
Yes, please try experimenting with the flash size, speed and mode. Unfortunately there is not much documentation available from Espressif, so it’s hard to say which exact settings will work with your board.
Was the board working before with VisualGDB? Does it work with the bootloader now? Some users reported that that some of the boards come with very low-quality SPI FLASH that dies after less than 10 rewrite cycles.
support
KeymasterHi,
Does the correct firmware start now if you manually restart the board? I.e. does the program happen during debugging only or does the programming fail?
support
KeymasterHi,
Normally, tracepoint_probe_register() should be defined in source/kernel/tracepoint.c. Is your kernel patched to exclude it? Does it show in /proc/kallsyms?
September 22, 2015 at 23:34 in reply to: Have to switch between VS Intellisense and Clang I/S Constantly for it to work #6962support
KeymasterHi,
This looks like a VisualGDB bug. Switching between the IntelliSense engines resets everything, so if the IntelliSense got stuck in some strange state, this would certainly reset it. However, we would need to know more in order to pinpoint it.
Can you give an example of what happens when a class stops being recognized? Ctrl-Space lists other classes, but not this class? It stops reacting to changes? IntelliSense stops working completely? Are there any messages in the Clang IntelliSense diagnostics console?
support
KeymasterYou can add something like “MYVAR=1” to the ndk-build command-line arguments and then check it from your Android.mak:
ifeq($(MYVAR),1) LOCAL_CFLAGS += -DTEST endif
Let us know if you need more details.
September 22, 2015 at 23:28 in reply to: How to attach a running device(stm32) using segger Jlink? #6960support
KeymasterHi,
Currently this is a bit not straight-forward with Segger. Please edit the %LOCALAPPDATA%\VisualGDB\EmbeddedDebugPackages\com.sysprogs.arm.segger-dmsp\edp.xml file by removing the “load” command from GDBStartupCommands. We will add a configurable option to disable it in one of the next releases of the debugger package.
-
AuthorPosts