Menu

#557 No rule to make target, IDE make problem

open
nobody
None
5
2012-09-26
2005-05-06
Anonymous
No

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.

Discussion


Log in to post a comment.

Auth0 Logo