I am using the SDK, ti-sdk-am335x-evm-05.04.01.00, with a NFS mounted file system.
When I try to connect to the target using CCS5.1.1.00033 with Ubuntu 12.04, the process hangs with a message waiting for GDB connect to complete.
When I try to invoke gdb from the command line, I get an error about a missing library, libpython2.6.
$./arm-arago-linux-gnueabi-gdb
./arm-arago-linux-gnueabi-gdb: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory
13:36:23 $pwd
/home/mityarm/ti-sdk-am335x-evm-05.04.01.00/linux-devkit/bin
Any suggestions?
Bob