我应该如何链接主机系统中调试符号中的共享库
你的问题了 没有 与任何共享库有关(你可能也有问题,但你应该先解决当前的问题)。
你当前的问题是你的二进制文件: coredump.dbg 已经在某种程度上被腐蚀了。这是来自的关键信息 readelf: Error: Unable to read in 0x900 bytes of section headers 。
coredump.dbg
readelf: Error: Unable to read in 0x900 bytes of section headers
这可能以几种不同的方式发生:
objcopy
strip
ASCII