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.
相关问题
- Multiple sockets for clients to connect to
- What is the best way to do a search in a large fil
- glDrawElements only draws half a quad
- Eclipse and Mylyn : how to disable grey files in t
- Index of single bit in long integer (in C) [duplic
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).