This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

GDBserver not found

Other Parts Discussed in Thread: OMAPL138

Hi,

    I  am new to Linux and CCS5. I want to debug my code. I am using OMAPL138 Zoom EVM.I need of GDB server in target.

I am getting " command not found" error, while running gdbserver command in the EVM board. which is given below:

Help me to solve this..

 

 

  • Hi,

    The default filesystem may not have GDBServer on  it. You will need to copy over GDBServer from your Codesourcery installation. Please copy <codesourcery installation>/arm-none-linux-gnueabi/libc/usr/bin/gdbserver to <targetfs>/usr/bin and copy <codesourcery installation>/arm-none-linux-gnueabi/libc/lib/libthread_db* to <targetfs>/lib