Re: gdbserver: Target description specified unknown archi tecture “aarch64”
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
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