SW500009 Microchip Technology, SW500009 Datasheet - Page 375

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
Error and Warning Messages
(742) function "*" argument evaluation overlapped
A function call involves arguments which overlap between two functions. This could occur with a
call like:
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.
(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.:
void fn1(void)
{
}
char fn2(char fred)
{
}
char fn3(char one, char two, char three)
{
}
fn3( 7, fn2(3), fn2(9));
return fred + fn3(5,1,0);
return one+two+three;
/* Offending call */
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Linker)
361

Related parts for SW500009