我正在使用 OSX 10.8.2 和 gdb 6.3。我必须同时使用 xcode 4.6.1 和 xcode 3。
我有一个简单的 c 可执行文件,我试图通过命令行附加 gdb。但我无法给出断点。一旦连接了 gdb,我就会得到以下几行。
unable to read unknown load command 0x2b
unable to read unknown load command 0x80000022
unable to read unknown load command 0x24
unable to read unknown load command 0x2a
我看了一下,发现 gdb 6.3 几乎没有可能发生上述情况的错误。所以我想将gdb更新到7.6。即使这没有发生。我为安装 gdb 7.6 所做的步骤
./congigure
make
make install
make 以下面几行结尾
make[8]: Nothing to be done for `all-am'.
make[1]: Nothing to be done for `all-target'.
使用以下行进行安装
make[11]: Nothing to be done for `install-data-am'.
make[1]: Nothing to be done for `install-target'.
我想要 xcode 3,4.6 以及命令行支持的 gdb。请帮助解决这个问题。