SW500011 Microchip Technology, SW500011 Datasheet - Page 372

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
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.
(743) divide by zero
An expression involving a division by zero has been detected in your code.
(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.
(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.
372
void main(void)
{
}
int a;
if(a)
process();
/* oops -- a has never been assigned a value */
Error and Warning Messages
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Linker)

Related parts for SW500011