support

Forum Replies Created

Viewing 15 posts - 6,946 through 6,960 (of 7,796 total)
  • Author
    Posts
  • in reply to: VisualGDB threading system enhancements #6194
    support
    Keymaster

    Hi,

    The Visual Studio API for providing thread information is quite limited, however we could probably add a context menu item there that will show an extension-provided window with detailed information about the selected thread. Would that work for you?

    in reply to: Raspberry Pi 2 Toolchain #6193
    support
    Keymaster

    Hi,

    We currently don’t provide a separate toolchain for Raspberry Pi 2. Please try using the old toolchain and resynchronizing the sysroot to replace the headers and libraries with the ones from your device. Once we release a special toolchain for Raspberry Pi 2, we will post an announcement on Twitter.

    in reply to: Ui and intellisense #6190
    support
    Keymaster

    Hi,

    You need to make a post-build action because the header file will be updated during build. Simply use the Custom Actions page in the VisualGDB Project Properties dialog to setup a custom action. Note that you will need VisualGDB Custom Edition and higher.

    You can also configure VisualGDB to use a cross-compilation toolchain (i.e. build the code on the Windows machine) to avoid this problem completely.

    in reply to: QT4 Tutorial Problem #6184
    support
    Keymaster

    Hi,

    Looks like you are using the Angstrom image for Beaglebone that requires special setup. Please follow this tutorial for details.

    Note that you need to use a compatible toolchain. The new Debian-based toolchain will only work with Debian-based images.

    in reply to: Problem debugging an Android app using VisualGDB #6183
    support
    Keymaster

    Hi,

    This looks like a bug in the Android toolchain caused by incompatibility between your Android version and the toolchain version. The only known solution to this is to try different toolchains (selected on the Makefile Settings page of VisualGDB Project Properties). If this does not help, please try another device.

    in reply to: Kernel debugging in emulators #6182
    support
    Keymaster

    Hi,

    Linux kernel debugging is quite tricky compared to user-mode debugging as the debugging infrastructure misses many things that are taken for granted in user mode. E.g. loading symbols for a dynamically loaded kernel mode requires parsing internal Kernel structures and manually specifying section addresses.

    We have created a separate product called VisualKernel that greatly simplifies all those tasks and provides out-of-the-box kernel debugging experience for most common Linux distros and we recommend using it for kernel debugging instead of VisualGDB.

    in reply to: ASM file in VisualGDB project #6181
    support
    Keymaster

    Hi,

    Please change the file extension to .S.

    Note that the EWARM assembler syntax is different from the GNU ARM assembler syntax so you would need to change some directives. You can run the GCC with the -S flag to compile a .c/.cpp file into an assembly file to see a working example of an assembly file for your architecture.

    in reply to: CC3200 add TI samples #6180
    support
    Keymaster

    We would recommend creating a basic “LED Blink” project and gradually replacing it with the files from the other project you want to use. This way you would start with a working project and would be able to address build errors (e.g. missing include directories or missing files) one-by-one.

    in reply to: New project — FreeRTOS tasks plugin #6179
    support
    Keymaster

    The plugin looks great! Thanks a lot.

    in reply to: Ui and intellisense #6161
    support
    Keymaster

    Hi,

    Most likely you are missing the UI header file that is generated from the UI definition files on the remote machien as a part of the build. Please locate it on the remote machine and either copy it manually to the Windows machine, or setup a post-build action that will automatically download it after each build.

    in reply to: Setup problem #6160
    support
    Keymaster

    Hi,

    This might happen in VisualGDB is unable to locate your AndroidManifest file. Could you please run a “tree /f” command in your source folder and send us the output?
    You can filter out the .c files, but the other file names are important for us to pinpoint the problem.

    in reply to: Change font in SSH and GDB window #6139
    support
    Keymaster

    If you had an option to change the GDB Console font independently, would you set it to the same one the text editor uses, or a different one?

    Currently you can change the default editor font via Tools->Options->Fonts and colors->Text Editor. We could set the the SSH console/GDB console font based on it.

    in reply to: OpenOCD doesn’t work with Nucleo-F411RE #6138
    support
    Keymaster

    Hi,

    Could you please share an error log you are getting on the F302?

    in reply to: Debug string without printf #6137
    support
    Keymaster

    Hi,

    Please try adding –specs=rdimon.specs to your LDFLAGS. This should explicitly include the library providing the debug I/O functionality.

    in reply to: disabling on-the-fly TAR mode #6129
    support
    Keymaster

    Hi,

    Looks like the tar binary on the Edison board does not support all options needed by VisualGDB to transfer multiple files using tar. You can switch to the file-by-file mode via Tools->SSH Host Manager->(your SSH connection)->Edit->Transfer file groups using = File-by-file SCP.

Viewing 15 posts - 6,946 through 6,960 (of 7,796 total)