问题
I 've built a C program in eclipse it was going fine with the compilation but at some point I changed a part of my code and then the console kept having the same output no matter how many times i build it or run it or change the code once more.So I erased the binary file hoping to start from new but then it keeps popping out binary not found.What should I do please help.Thanks in advance.
回答1:
This is caused by a compilation or linking or make error. Check the Problems view in Eclipse (you should also see red squiggles, and red crosses, wherever there is a compilation error).
来源:https://stackoverflow.com/questions/19888841/eclipse-c-compilation-issue