Hi Breixo, Breixo López García wrote: > I have been working with the phyCORE-AM335x PCB1358.2 and I have been > trying to connect the board with my Debugger in Eclipse Indigo (GDB) via > TCP/IP. I followed the steps in the Quickstart manual for this board. For > this fuction the tools are used: -Eclipse Indigo > -Oselas Toolchain-2011.11.3 > > > When I start the gdb server in teh board this is the result of the console > _____________________________________ > > root@phyCORE-AM335x:/ gdbserver 192.168.3.11:10000 myHelloWorld3 > Process myHelloWorld3 created; pid = 808 > Cannot exec myHelloWorld3: No such file or directory.
Run a "readelf -d" on your executable. This message sounds like some libraries the program is linked to, do no exist on your target system. > [...] Regards, Juergen -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
