Make files

Discussion in 'C' started by answerme, Dec 29, 2007.

  1. answerme

    answerme New Member

    Joined:
    Dec 17, 2007
    Messages:
    114
    Likes Received:
    0
    Trophy Points:
    0
    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
    Can anyone help me
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,376
    Likes Received:
    388
    Trophy Points:
    83
    For MAKEFILE the command is nmake. What you are trying at command line can you share that.
     
  3. answerme

    answerme New Member

    Joined:
    Dec 17, 2007
    Messages:
    114
    Likes Received:
    0
    Trophy Points:
    0
    I
     
    Last edited: Mar 21, 2008
  4. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,376
    Likes Received:
    388
    Trophy Points:
    83
    How you are trying to execute the make file is the cause of the problem. You should use the nmake command to do it.
     
  5. answerme

    answerme New Member

    Joined:
    Dec 17, 2007
    Messages:
    114
    Likes Received:
    0
    Trophy Points:
    0
    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
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice