Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Phantom .o file from header(Eclipse bug??)
Phantom .o file from header [message #1067674] Tue, 09 July 2013 21:40
Eclipse UserFriend
I created a header file known.h and included it in the project with my main.cpp file. The build proceeds fine until the link stage. Eclipse did not create a known.o file from my header, but it adds known.o to the linker command line. The link obviously fails.

If I manually run the linker from within MinGW/msys and just omit the known.o reference, the program links and runs fine.

Anybody know why this is happening? Is it my fault? Is it a bug in Eclipse?

Thanks.
Previous Topic:indexer in Kepler is unusable, logs errors on *every* source file
Next Topic:Toolchain integration in CDT(Build artifact extension does not get changed)
Goto Forum:
  


Current Time: Tue Jul 15 15:45:51 EDT 2025

Powered by FUDForum. Page generated in 0.03227 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top