SW500009 Microchip Technology, SW500009 Datasheet - Page 296

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
(131) illegal type combination in #[el]if sizeof()
The preprocessor found an illegal type combination in the argument to sizeof() in a #if expres-
sion, e.g.
(132) no type specified in #[el]if sizeof()
Sizeof() was used in a preprocessor #if expression, but no type was specified. The argument to
sizeof() in a preprocessor expression must be a valid simple type, or pointer to a simple type, e.g.:
(133) unknown type code (0x*) in #[el]if sizeof()
The preprocessor has made an internal error in evaluating a sizeof() expression. Check for a
malformed type specifier. This is an internal error. Contact HI-TECH Software technical support
with details.
(134) syntax error in #[el]if sizeof()
The preprocessor found a syntax error in the argument to sizeof, in a #if expression. Probable
causes are mismatched parentheses and similar things, e.g.:
(135) unknown operator (*) in #if
The preprocessor has tried to evaluate an expression with an operator it does not understand. This is
an internal error. Contact HI-TECH Software technical support with details.
282
#if sizeof(short long int) == 2 /* short or long? make up your mind */
#endif
#if sizeof() /* woops -- size of what? */
#endif
#if sizeof(int == 2) /* woops -- should be: #if sizeof(int) == 2 */
#endif
i = 0xFFFF;
i = 0;
i = 0xFFFF;
Error and Warning Messages
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)

Related parts for SW500009