gdb fails on mountain lion

前端 未结 4 931
不知归路
不知归路 2020-12-08 17:59

I tried to compile a 7.x Version of gdb without any luck. I codesigned the executable(http://sourceware.org/gdb/wiki/BuildingOnDarwin).

With following version there

4条回答
  •  北海茫月
    2020-12-08 18:40

    There were two issues in the OP's question. The one regarding signing the executable or modifying taskgated and using setgid procmod has been covered. The second issue is the warnings about unknown load commands. I too ran into this and after a bunch of searching came across the following patches, that fix it:

    https://gist.github.com/davidbalbert/4197567

提交回复
热议问题