I use Code Composer Studio Version: 6.0.0.00190 , free license. connected to Beaglebone Black with Debian Linux ENEF 3.8.13-bone41 #1 SMP Fri Mar 7 06:00:58 UTC 2014 armv7l GNU/Linux
Everything is OK the compiled code runs OK, the remote connection shows the files, the processes and console is working great.
But for debug i got the error Error while launching command: gdb --version
The console output:
root@ENEF:~# chmod +x hellobone;gdbserver :2345 /root/hellobone;exit
Process /root/hellobone created; pid = 1308
Listening on port 2345
seems that the server is OK
The version is
root@ENEF:~# gdb --version
GNU gdb (GDB) 7.4.1-debian
and says that
gdb is already the newest version
Please advise what to do
Thank you
Bogdan