SW500007 Microchip Technology, SW500007 Datasheet - Page 388

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
where fn1 is calling fn3, and two arguments are evaluated by calling fn2, which in turn calls fn3.
The program structure should be modified to prevent this type of call sequence.
(744) static object has zero size: *
A static object has been declared, but has a size of zero.
(745) nodecount = *
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(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 *
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.:
374
void main(void)
{
}
{
int a;
a = 6;
int a;
if(a)
process();
/* woops -- 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 SW500007