SW500010 Microchip Technology, SW500010 Datasheet - Page 428

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
(745) nodecount = *
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(746) object "*" qualified const, but not initialized
An object has been qualified as const, but there is no initial value supplied at the definition. As this
object cannot be written by the C program, this may imply the intial value was accidently omitted.
(747) unrecognized option "*" to -Z
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(748) variable "*" may be used before set
This variable may be used before it has been assigned a value. Since it is an auto variable, this will
result in it having a random value, e.g.:
(749) unknown register name "*" used with pragma
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(750) constant operand to || or &&
One operand to the logical operators || or && is a constant. Check the expression for missing or
badly placed parentheses. This message may also occur if the global optimizer is enabled and one
of the operands is an auto or static local variable whose value has been tracked by the code
generator, e.g.:
428
void main(void)
{
}
{
int a;
a = 6;
if(a || b)
int a;
if(a)
process();
b++;
/ * a is 6, therefore this is always true * /
/ * oops -- a has never been assigned a value * /
Error and Warning Messages
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Linker)

Related parts for SW500010