NMAKE problem

Discussion in 'C' started by answerme, Mar 21, 2008.

  1. answerme

    answerme New Member

    Joined:
    Dec 17, 2007
    Messages:
    114
    Likes Received:
    0
    Trophy Points:
    0
    Hye

    Iam executing nmake through cmd prompt , after giving cmd nmake i got error
    Code:
    .\include\extnargs.mak<271> : fatal error U1023 :syntax error in expression
    when i looked to the extnargs.mak file .I found out this
    Code:
    ------------------------------------------------------------------------------------------------------
    !if $(INCLUDE_CSTA) == 1
    # changed to a file because WIN98 had problem for long names
    # @type csta.opt >> $(LOADOPT)
    # $(ECHO) $(CSTATASK) >> $(LOADOPT)
    $(ECHO) $(CSTACNTL) >> $(LOADOT) // this is the line 271
    !endif
    $(ECHO) -L $(RTXCLIB) >> $(LOADOPT)
    @$(ECHO) -l api860 >> $(LOADOPT)
    --------------------------------------------------------------------------------------------------------
    ECHO = @echo
    LOADOPT = load.opt
    RTXCLIB = $(RTXCROOT)\lib
    --------------------------------------------------------------------------------------------------------------
    CSTACNTL, api860 (I belive they are system files but iam not sure )
    --------------------------------------------------------------------------------------------------------------
    Does any one has solution .if u want more of the makefile plz let me know i will provide it
     
  2. lead.smart34

    lead.smart34 New Member

    Joined:
    Feb 14, 2008
    Messages:
    77
    Likes Received:
    0
    Trophy Points:
    0
    pleas eprovide and i will try to help you
     
  3. answerme

    answerme New Member

    Joined:
    Dec 17, 2007
    Messages:
    114
    Likes Received:
    0
    Trophy Points:
    0
    please fwd me your your personal mail id ,ill forward u there
     

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