Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 objcopy 命令将 .obj 转换为 .coff 文件时遇到问题。目前我正在尝试通过使用 OBJCOPY 命令来解决这个问题。我试过命令objcopy -I input.O -O 输出。 输出将被转换为COFF 格式,输入为.O 对象格式。但它不起作用。