This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdbserver: Target description specified unknown architecture “aarch64”


On 11/28/2018 06:31 PM, Peter Balazovic wrote:

> I am looking for an advice to correctly debug with ARM remote target.

Does "set architecture <TAB><TAB>" give you the option to select aarch64?

It sounds like your gdb is not configured to support Aarch64.

You'll need a gdb configured with
  --target=aarch64-linux-gnu 
or
  --enable-targets=aarch64-linux-gnu
  --enable-targets=all

Try "show configuration" in gdb.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]