Monday, June 2, 2014

BeagleBone Black Remote Debug With Eclipse

Here is my setup for BeagleBone Black remote debugging with eclipse on a Debian Wheezy host for a C/C++ application.

Updated on 5/18/2015: See this new post that has been updated for a Debian Jessie host, the latest BeagleBone Black sources and the latest stable eclipse packages.

I'm using Robert Nelson's debian wiki and Linaro and help from a few other sites (links are in the pdf).

Here is a google drive link to the shared pdf:
https://drive.google.com/file/d/0B5EnqQWuojyCb0J3bDFLNzhMc2M/edit?usp=sharing

Update from Charles Hamilton's comment:
"on page 25 of the pdf, you have the BBB address as 192.168.2.7, and it should be 192.168.7.2."

Here is the end result showing the bbb_hellow_world.c debug session.