SW500009 Microchip Technology, SW500009 Datasheet - Page 310

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
(220) exponent expected
A floating point constant must have at least one digit after the e or E., e.g.:
(221) hexadecimal 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:
(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.:
296
float f;
f = 1.234e; /* woops -- what is the exponent? */
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)
(Parser)

Related parts for SW500009