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.
我在编译我正在处理的项目时遇到问题。其他一切都很好,但是当我编译时,我收到以下错误消息:
/usr/bin/ld:obj/content/xmSound.o: file format not recognized; treating as linker script
我不知道为什么会这样。这可能是代码中的一些错误,但我不知道。可以在此处找到编译源文件 xmSound.o ,而我正在使用的 makefile 位于此处。
运行 ' file obj/content/xmSound.o' 并将该文件的内容与加载程序没有抱怨的其他目标文件进行比较。
file obj/content/xmSound.o
构建该目标文件的规则很可能是不正确的,并且您拥有的文件根本不是目标文件。