I have a DS-5 IDE running on my Windows 10 PC, and I'm able to cross-compile Linux applications for the BeagleBone.
I've never been able to get the debugger working though. I'd like to attach to my cross-compiled program that's executing on the BBB, and step trough it.
Who's got that working, and how?
My cross compile setup is:
DS-5 Community Edition
GCC 4.9.3 arm-linux-gnu....
Windows 10 64 bits
BeagleBone Green with Linux beaglebone 4.4.9-ti-r25 #1 SMP Thu May 5 23:08:13 UTC 2016 armv7l
I'm reasonably skilled with eclipse IDEs, Windows and Linux.