Using VisualGDB to develop for ODROID-C1

Sysprogs forums Forums VisualGDB Using VisualGDB to develop for ODROID-C1

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #946
    wernert
    Participant

    I’ve only so far used VisualGDB to develop for Raspberry-Pi so far. It works great.

    I just order myself some ODROID-C1 boards. The use ArmV7 processors running Ubuntu Linux.

    What would be my best approach to try and use VisualGDB to develop for these great new boards?

    #3486
    support
    Keymaster

    Hi,

    You can start with compiling your code on the device (follow the Raspberry Pi tutorial). Once that works, you can try using a Raspberry Pi cross-toolchain and re-synchronizing its sysroot so that the headers/libraries contained in it get overwritten by the files from your device.

    Let us know if that works.

    #6127
    seulater
    Participant

    I just found this forum, and I know this is late for this but it may help others.

    I made this video of doing just that.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.