support

Forum Replies Created

Viewing 15 posts - 6,826 through 6,840 (of 7,665 total)
  • Author
    Posts
  • 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.

    in reply to: Modifying memory map for MSP430 #6125
    support
    Keymaster

    Hi,

    You should be able to modify the original mspgcc linker script. Normally mspgcc uses the msp430.x script located in <SysGCC>\msp430\msp430\lib\ldscripts that in turn includes msp430f5528\memory.x and msp430f5528\periph.x for device-specific data. You can make your own script based on msp430.x and specify it via the -T linker flag (i.e. add -Tc:/path/to/my-script.x to LDFLAGS).

    You can also try reusing the script from Code Composer, however you may need to adjust it to compensate for the differences in interrupt handling (.vectors section vs .intXX sections) and to include peripheral address definitions from periph.x.

    in reply to: Evaluating VisualGDB #5844
    support
    Keymaster

    Hi,

    As m68k devices are not as popular as the ARM ones, we don’t provide fully-automatic wizard templates. Instead you can follow the legacy device tutorial to specify the flags manually.

    In order to get debugging to work please add the “-interpreter mi” argument to GDB command line (or use the ‘custom GDB stub’ mode if you want VisualGDB to set the command line arguments automatically).

    • This reply was modified 9 years, 10 months ago by support.
    in reply to: Change font in SSH and GDB window #5843
    support
    Keymaster

    Hi,

    Currently the font name/size is hardcoded. Would it be more usable if we simply used the default text editor font from VS settings or would you like to have two different fonts for that?

    in reply to: How can I use gdb’s non-stop mode. #5842
    support
    Keymaster

    Hi,

    Thanks for the suggestion. We will evaluate the possibility of adding this feature after we release our new IntelliSense engine.

    in reply to: Disable the .old makefiles #5840
    support
    Keymaster

    Hi,

    This feature cannot be disabled due to safety considerations. If an unexpected error happens while the file is being updated, the .old file is the only available backup. Your system most likely cannot overwrite them due to inconsistent file/folder permissions. Please ensure that both .mak/.old files and the folder containing them have the “Full Control” access set for the your user account. Please also ensure that the file is not marked as read-only.

    • This reply was modified 9 years, 10 months ago by support.
    in reply to: problem with Cross-compiling beaglebone black opencv #5838
    support
    Keymaster

    Hi,

    Sorry for the delayed reply. We have been switching to the new forum engine. If you need an urgent answer, please contact our support email, we answer that within 24-48 hours.

    Let us know if you experience further problems with your setup.

    • This reply was modified 9 years, 10 months ago by support.
    in reply to: mbed: cmsis-dap debugging without OpenOCD? #5837
    support
    Keymaster

    Hi,

    The libusb library employed by OpenOCD should support the HID driver used by CMSIS-DAP and VisualGDB should not be installing any special drivers for that. Are you experiencing problems when using that setup?

    in reply to: Best practice for makefile? #3512
    support
    Keymaster

    Hi,

    If the other people are not going to use VisualGDB, you only need to share the Makefile and all the .mak files. Simply invoke “make” from the project directory to build them.
    The .vgdbsettings files contain various GUI and debugging settings and are not required to build the project.
    The gcc_debug.h and gcc_release.h contain preprocessor macros extracted from GCC and are only used to configure IntelliSense.

    in reply to: Importing Eclipse projects? #3528
    support
    Keymaster

    Hi,

    You can extract the compiler flags from the Eclipse project and then follow our legacy device tutorial to specify the flags manually: http://visualgdb.com/tutorials/arm/legacy/

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

    Hi,

    Please consider using the newlib-nano library. It significantly reduces the size of standard functions like printf(). Follow this tutorial for more details: http://visualgdb.com/tutorials/arm/newlib-nano/
    If that does not work, you can download the newlib source code and copy the functions responsible for sending debug text using the semihosting API from there.

    in reply to: error to compile #3531
    support
    Keymaster

    Hi,

    Please check permissions on the “C:Program Files (x86)SysprogsVisualGDB\VisualGDB.exe” file. Can you run it manually from Command Prompt?

Viewing 15 posts - 6,826 through 6,840 (of 7,665 total)