I am building a project. The build is blocked because of stray lines in a library file.
/datablock/libcosmosis.so:72:1: error: stray ‘\377’ in program
What could cause stray lines in a library file? The library being used here was built early in the same build process. I am using gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
.