Results 1 to 3 of 3
Hi! I get an error while compiling in Eclipse:
*.o: file not recognized: File truncated
I tried to remove all the .obj and .moc folders and make clean but can't ...
- 10-14-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 4
Error compiling with eclipse
Hi! I get an error while compiling in Eclipse:
*.o: file not recognized: File truncated
I tried to remove all the .obj and .moc folders and make clean but can't solve the problem! Maybe I'm missing something here...please help!
Thanks
- 10-14-2010 #2Just Joined!
- Join Date
- Dec 2009
- Location
- Maryland, USA
- Posts
- 83
Can you give more detail? Are you C/C++ programming? Can you successfully compile the same source code from the command line? The answer to that will/should answer the question, "Have you installed a compiler (and the other development tools)?" Installing Eclipse doesn't include everything you need to compile and make a program.
- 10-15-2010 #3Just Joined!
- Join Date
- Sep 2010
- Posts
- 4
Programming in C++. I can successfully compile and run the program from the command line but can't compile from Eclipse. Yes everything to compile and program was installed in Eclipse and was fully functional until a week ago.


Reply With Quote