SW500007 Microchip Technology, SW500007 Datasheet - Page 312

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
(109) #include syntax error
The syntax of the filename argument to #include is invalid. The argument to #include must be
a valid file name, either enclosed in double quotes "" or angle brackets < >. Spaces should not be
included, and the closing quote or bracket must be present. There should be nothing else on the line
other than comments, e.g.:
(110) too many file arguments; usage: cpp [input [output]]
CPP should be invoked with at most two file arguments. Contact HI-TECH Support if the preproces-
sor is being executed by a compiler driver.
(111) redefining macro "*"
The macro specified is being redefined, to something different to the original definition. If you want
to deliberately redefine a macro, use #undef first to remove the original definition, e.g.:
(112) #define syntax error
A macro definition has a syntax error. This could be due to a macro or formal parameter name that
does not start with a letter or a missing closing parenthesis , ), e.g.:
(113) unterminated string in macro body
A macro definition contains a string that lacks a closing quote.
(114) illegal #undef argument
The argument to #undef must be a valid name. It must start with a letter, e.g.:
298
#include stdio.h /* woops -- should be: #include <stdio.h> */
#define ONE 1
/* elsewhere: */
#define ONE one /* Is this correct? It will overwrite the first definition. */
#define FOO(a, 2b) bar(a, 2b) /* 2b is not to be! */
#undef 6YYY /* this isn’t a valid symbol name */
Error and Warning Messages
(Preprocessor, Assembler)
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)

Related parts for SW500007