Hi,
I am trying to use gdbserver and I quite struglle with this issue for a while...
It should have been simple:
1. for the host I'm using the arm-arago-linux-gnueabi-gdb which is part of the SDK cross-compiler toolchain.
2. for the target, the filesystem (which is also part of SDK), contain gdbsever
I'm using Ubuntu 14.04 64-bits.
On the first try I got the following error:
$./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
I than installed phyton 2.6 using the "software center" as suggested in
http://e2e.ti.com/support/arm/sitara_arm/f/791/p/205822/1210425.aspx#1210425
But then I got new error:
ubuntu@ubuntu-VirtualBox:/usr/lib$ arm-arago-linux-gnueabi-gdb
arm-arago-linux-gnueabi-gdb: error while loading shared libraries: libpython2.6.so.1.0: wrong ELF class: ELFCLASS64
ubuntu@ubuntu-VirtualBox:/usr/lib$
I wander if there is a way to resolve this or does it mean I must move to the old 10.4 32-bit in my 64-bit laptop ?