Hi,
I had run gdbserver on target and run gdb in host
when i give (gdb) target remote $host : $port
I am getting following error
Help me where can i get sample xml file for OMAPL138 , how to proceed.
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.
Hi,
I had run gdbserver on target and run gdb in host
when i give (gdb) target remote $host : $port
I am getting following error
Help me where can i get sample xml file for OMAPL138 , how to proceed.
It looks like the version of gdb you are running on your host isn't configured to communicate with an Arm system. Are you using the gdb executable included in the SDK/toolchain meant for the target device? The correct gdb executable name would be arm-none-linux-gnueabi-gdb or arm-arago-linux-gnueabi-gdb. Which SDK are you using for the OMAPL138?
Thanks Mr. Franklin copper,
I want to know how to configure to communicate to ARM system. I am using OMAPL138,. I am using SDK/ toolchain arm-arago-linux-gnueabi-gdb?