SW500007 Microchip Technology, SW500007 Datasheet - Page 383

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
Error and Warning Messages
(698) bit variables must be global or static
A bit variable cannot be of type auto. If you require a bit variable with scope local to a block of
code or function, qualify it static, e.g.:
(699) no case labels
There are no case labels in this switch statement, e.g.:
(701) unreasonable matching depth
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(702) regused - bad arg to G
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(703) bad GN
This is an internal compiler error. Contact HI-TECH Software technical support with details. See
Section
(704) bad RET_MASK
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(705) bad which (*) after I
This is an internal compiler error. Contact HI-TECH Software technical support with details.
bit proc(int a)
{
}
switch(input) {
}
5.7.2
bit bb;
bb = (a > 66);
return bb;
for more infomation.
/* there is nothing to match the value of input */
/* woops -- this should be: static bit bb; */
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
369

Related parts for SW500007