No rule to make target, IDE make problem
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
I have source code including several .c files and .h files.
I can compile them well at command line console of Win
XP using the makefile provided with the source code. I
was useing make and g++ in the ..\Dev-cpp\bin. When I
use Dev IDE, I setup up a project adding all the souce
code and head file in, and specify "use custom makefile"
in the project options. However, I got the error message
of "No rule to make target". I am very confused.
Following is my compile log
Compiler: Default compiler
Executing make...
make.exe -f "makefile.gcc" all
make.exe: *** No rule to make target `all'. Stop.
Execution terminated
I really appreciate your kindly advices on this issue.
Thank you very much.