SW500007 Microchip Technology, SW500007 Datasheet - Page 328

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
(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.
(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.
(215) missing argument to "pragma switch"
The pragma switch requires an argument of auto, direct or simple, e.g.:
maybe you meant something like:
314
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
#pragma switch /* woops -- this requires a switch mode */
#pragma switch simple
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500007