SW500011 Microchip Technology, SW500011 Datasheet - Page 309

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
Error and Warning Messages
(224) illegal "#" directive
An illegal # preprocessor has been detected. Likely a directive has been misspelt in your code
somewhere.
(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.
(228) illegal character (0x*)
This character is illegal in the C code. Valid characters are the letters, digits and those comprising
the acceptable operators, e.g.:
(229) unknown qualifier "*" given to -A
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(230) missing argument to -A
This is an internal compiler error. Contact HI-TECH Software technical support with details.
Either .. was meant to be an ellipsis symbol which would require you to add an extra dot, or it
char c = ”; /* the character value of what? */
c = ’12’; /* oops -- only one character may be specified */
c = ‘a‘; /* oops -- did you mean c = ’a’; ? */
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
309

Related parts for SW500011