PDA

View Full Version : Remote Debugging on Arm



weaver4
19th June 2012, 19:30
I am running QT Creator on Ubuntu 12.04.

I have a toolchain set up for the BeagleBone board using the Cortex A8 Arm processor.

I have things set up so I can compile, copy and run a program on the Arm processor.

Next Step: I want to do remote debugging; single step, breakpoints and such on my Arm target.

How do I accomplish this?