Im not an expert, but I think that *.lib files should be only linked. That means you shouldnt add it to your project, but to additional library to link. It can cause this build error. Your compiler tries to do a EO.o object from the EO.lib file, which is not a standard C/C++ files. But I can be wrong

Try it and write the news.