SW500009 Microchip Technology, SW500009 Datasheet - Page 295

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
Error and Warning Messages
(126) strings can’t be used in #if
The preprocessor does not allow the use of strings in
(127) bad syntax for defined() in #[el]if
The defined() pseudo-function in a preprocessor expression requires its argument to be a single
name. The name must start with a letter and should be enclosed in parentheses, e.g.:
(128) illegal operator in #if
A #if expression has an illegal operator. Check for correct syntax, e.g.:
(129) unexpected "\" in #if
The backslash is incorrect in the #if statement, e.g.:
(130) unknown type "*" in #[el]if sizeof()
An unknown type was used in a preprocessor sizeof(). The preprocessor can only evaluate
sizeof() with basic types, or pointers to basic types, e.g.:
/* no string operations allowed by the preprocessor */
#if MESSAGE > “hello”
#define DEBUG
#endif
/* woops -- defined expects a name, not an expression */
#if defined(a&b)
#endif
#if FOO = 6 /* woops -- should that be: #if FOO == 5 ? */
#if FOO == \34
#endif
#if sizeof(unt) == 2 /* woops -- should be: #if sizeof(int) == 2 */
#endif
input = read();
#define BIG
i = 0xFFFF;
#if
expressions, e.g.:
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
281

Related parts for SW500009