SW500007 Microchip Technology, SW500007 Datasheet - Page 330

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
(221) hex digit expected
After 0x should follow at least one of the hex digits 0-9 and A-F or a-f, e.g.:
(222) binary digit expected
A binary digit was expected following the 0b format specifier, e.g.
(223) digit out of range
A digit in this number is out of range of the radix for the number, e.g. using the digit 8 in an octal
number, or hex digits A-F in a decimal number. An octal number is denoted by the digit string
commencing with a zero, while a hex number starts with "0X" or "0x". For example:
(225) missing character in character constant
The character inside the single quotes is missing, e.g.:
(226) char const too long
A character constant enclosed in single quotes may not contain more than one character, e.g.:
(227) "." expected after ".."
The only context in which two successive dots may appear is as part of the ellipsis symbol, which
must have 3 dots. (An ellipsis is used in function prototypes to indicate a variable number of param-
eters.)
was meant to be a structure member operator which would require you remove one dot.
316
Either .. was meant to be an ellipsis symbol which would require you to add an extra dot, or it
a = 0xg6; /* woops -- was that meant to be a = 0xf6 ? */
i = 0bf000; /* wooops -- f000 is not a base two value */
int a = 058; /* a leading 0 implies octal which has digits 0 thru 7 */
char c = ”; /* the character value of what? */
c = ’12’; /* woops -- only one character may be specified */
(Parser, Assembler, Optimiser)
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500007