Re: Building gdbserver
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2022-04-17 16:12, Claude Robitaille via Gdb wrote: > > PS > I took the instruction that I implemented from this wiki page: https://sourceware.org/gdb/wiki/BuildingCrossGDBandGDBserver > I guess it should be removed or amended to refer to the readme file. > BuildingCrossGDBandGDBserver - GDB Wiki - sourceware.org<https://sourceware.org/gdb/wiki/BuildingCrossGDBandGDBserver> > 1. Problem statement "I have a ARM GNU/Linux board, and I want to be able to debug programs running in it, from the comfort of my x86_64 GNU/Linux machine. > sourceware.org Thanks for mentioning that this wiki page is what you were following. This document had been written before gdbserver was moved to the top level, and we didn't remember to update that page. The gdbserver sources used to live in src/gdb/gdbserver/ up until GDB 10. I've updated the document now. Pedro Alves