Changes between Initial Version and Version 1 of Ticket #18096, comment 3


Ignore:
Timestamp:
05/29/2023 05:45:45 PM (23 months ago)
Author:
pierre

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #18096, comment 3

    initial v1  
    1 We have a problem: we have not been installing gdbserver since probably 2020. The reason is we use `make -C gdb install`, and gdbserver is now in the top level directory. Removing `-C gdb`, on the other hand, installs files that conflict with binutils (in ''/usr/include'' mainly, but also it installs static versions of some binutils libraries in ''/usr/include''. I think I'll go with `make -C gdbserver` install in addition to the existing install instruction.
     1We have a problem: we have not been installing gdbserver since probably 2020. The reason is we use `make -C gdb install`, and gdbserver is now in the top level directory. Removing `-C gdb`, on the other hand, installs files that conflict with binutils (in ''/usr/include'' mainly, but also it installs static versions of some binutils libraries in ''/usr/include''. I think I'll go with `make -C gdbserver install` in addition to the existing install instruction.