I have no idea about make files ,i have to compile one code ,but while compiling an error is generated
Code:
NMAKE : fatal error U1064: MAKEFILE not found and no target specified
|
Ambitious contributor
|
|
| 29Dec2007,13:06 | #1 |
|
Hi I am using Source Insight ,C/C++complier
I have no idea about make files ,i have to compile one code ,but while compiling an error is generated Code:
NMAKE : fatal error U1064: MAKEFILE not found and no target specified |
|
Go4Expert Founder
|
![]() |
| 29Dec2007,13:39 | #2 |
|
For MAKEFILE the command is nmake. What you are trying at command line can you share that.
|
|
Ambitious contributor
|
|
| 29Dec2007,14:05 | #3 |
|
I
Last edited by answerme; 21Mar2008 at 12:51.. |
|
Go4Expert Founder
|
![]() |
| 30Dec2007,11:19 | #4 |
|
How you are trying to execute the make file is the cause of the problem. You should use the nmake command to do it.
|
|
Ambitious contributor
|
|
| 24Jan2008,12:15 | #5 |
|
As I am using Source Insight ,Diab complier . Iam having number of directories &some files icluding makefile .When iam creating a new project iam able to see all the my C directories but not able to see makefile .I belive thats what the problem is or i could be wrong
|