gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gdb remote debugging with 64-bit


From: Ran Shalit
Subject: Re: Gdb remote debugging with 64-bit
Date: Tue, 3 Jun 2014 18:30:33 +0300

Hi Grant,

I believe I am not the first who try to debug arm target with gdb on PC intel. Is there a tutorial or guide how this can be done?

Thanks,
Ran

On 3 בJun 2014 17:35, "Grant Edwards" <address@hidden> wrote:
On 2014-06-03, Ran Shalit <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]