नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
syntax error : 'string' unexpected
Remarks
The string is not part of the valid syntax for a makefile.
To fix by checking the following possible causes
If the closing set of angle brackets (<<) for an inline file are not at the beginning of a line, the following error occurs:
syntax error : 'EOF' unexpectedIf a macro definition in the makefile contained an equal sign (=) without a preceding name or if the name being defined is a macro that expands to nothing, the following error occurs:
syntax error : '=' unexpectedIf the semicolon (;) in a comment line in TOOLS.INI is not at the beginning of the line, the following error occurs:
syntax error : ';' unexpectedIf the makefile has been formatted by a word processor, the following error can occur:
syntax error : ':' unexpected