SW500010 Microchip Technology, SW500010 Datasheet - Page 359

HI-TECH C PRO FOR PIC10/12/16

SW500010

Manufacturer Part Number
SW500010
Description
HI-TECH C PRO FOR PIC10/12/16
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC10/12/16r
Datasheets

Specifications of SW500010

Supported Families
PIC10, PIC12, PIC16
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC10/12/16
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC10, PIC12, PIC14, PIC16, PIC16E
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
019P
778-1006
778-1006
Error and Warning Messages
(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.
(215) missing argument to pragma "switch"
The pragma switch requires an argument of auto, direct or simple, e.g.:
maybe you meant something like:
(216) missing argument to pragma "psect"
The pragma psect requires an argument of the form oldname=newname where oldname is an
existing psect name known to the compiler, and newname is the desired new name, e.g.:
#pragma pack
#pragma pack 2
#pragma switch
#pragma switch simple
#pragma psect
/ * what is the alignment value * /
/ * oops -- this requires an psect to redirect * /
/ * oops -- this requires a switch mode * /
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
359

Related parts for SW500010