Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Just 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.

  3. #3
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...