SW500009 Microchip Technology, SW500009 Datasheet - Page 308

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
(208) operands of "*" not same type
The operands of this operator are of different pointer, e.g.:
Maybe you meant something like:
(209) type conflict
The operands of this operator are of incompatible types.
(210) bad size list
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(211) taking sizeof bit is illegal
It is illegal to use the sizeof operator with the HI-TECH C bit type. When used against a type the
sizeof operator gives the number of bytes required to store an object that type. Therefore its usage
with the bit type make no sense and is an illegal operation.
(212) missing number after pragma "pack"
The pragma pack requires a decimal number as argument. This specifies the alignment of each
member within the structure. Use this with caution as some processors enforce alignment and will
not operate correctly if word fetches are made on odd boundaries, e.g.:
Maybe you meant something like:
(214) missing number after pragma "interrupt_level"
The pragma interrupt_level requires an argument from 0 to 7.
294
int * ip;
char * cp, * cp2;
cp = flag ? ip : cp2; /* result of ? : will either be int * or char * */
cp = flag ? (char *)ip : cp2;
#pragma pack /* what is the alignment value */
#pragma pack 2
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500009