Re: gdbserver: Target description specified unknown architecture “aarch64”
Pedro Alves
palves@redhat.com
Wed Nov 28 22:28:00 GMT 2018
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
More information about the Gdb
mailing list