I'm having problems with compiling a project I'm working on. Everything else works just fine, but when I compile, I get this error message:
/usr/bin/ld:obj/content/xmSound.o: file format not recognized; treating as linker script
I have no idea why this happens. It's probably some error in the code, but I don't know. The source file xmSound.o is compiled from can be found here and the makefile I'm using is here.