On 2014-06-03, Ran Shalit <ransha...@gmail.com> wrote:
> Hi Sergio,
>
> Thanks,
> The remote target is ARM processor (TI's DM8148 ).
> The versions are:
> GNU gdb version 7.7
> GNU gdbserver 7.7
>
> Do you have any idea why it does not work ? should I give architecture arm,
> instead of architecture i386 ?

It looks like you're trying to use a gdb frontend built for x86_64
target architecture to talk to a backend built for ARM.  

That won't work.

The frontend and backend need to be built for the same target
architecture.

You need to build, beg, buy, borrow, or steal a copy of gdb built for
x86_64 host and ARM target to use as the frontend on your desktop.

-- 
Grant Edwards               grant.b.edwards        Yow! I'm receiving a coded
                                  at               message from EUBIE BLAKE!!
                              gmail.com            


Reply via email to