| Newsgroups |
gmane.comp.gdb.devel |
| Message-ID |
<[email protected]> |
> On Jan 2, 2018, at 5:20 AM, Yao Qi <[email protected]> wrote:
>
> On Mon, Jan 1, 2018 at 7:31 PM, Nadav Weiss <[email protected]> wrote:
>> Can anyone explain me how to compile gdb-multiarch from source code, using
>> the latest version of gdb?
>
> What do you mean by "gdb-multiarch"? Do you want to have a single gdb binary
> which can debug code of different architectures? If so, you need to
> configure with
> "--enable-targets=all --enable-64-bit-bfd".
Or --enable-targets=x,y,z to build for several architectures but not the full set GDB supports.
paul