SW500010 Microchip Technology, SW500010 Datasheet - Page 403

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
Error and Warning Messages
(468) undefined symbol "*" in FNCALL record
The linker has found an undefined symbol in the FNCALL record for a non-reentrant function. Con-
tact HI-TECH Support if this is not handwritten assembler code.
(469) undefined symbol "*" in FNROOT record
The linker has found an undefined symbol in the FNROOT record for a non-reentrant function. Con-
tact HI-TECH Support if this is not handwritten assembler code.
(470) undefined symbol "*" in FNSIZE record
The linker has found an undefined symbol in the FNSIZE record for a non-reentrant function. Con-
tact HI-TECH Support if this is not handwritten assembler code.
(471) recursive function calls:
These functions (or function) call each other recursively. One or more of these functions has stati-
cally allocated local variables (compiled stack). Either use the reentrant keyword (if supported
with this compiler) or recode to avoid recursion, e.g.:
(472) non-reentrant function "*" appears in multiple call graphs: rooted at "*" and "*"
(Linker)
This function can be called from both main-line code and interrupt code. Use the reentrant
keyword, if this compiler supports it, or recode to avoid using local variables or parameters, or
duplicate the function, e.g.:
int test(int a)
{
}
void interrupt my_isr(void)
{
}
scan(6);
if(a == 5) {
}
return 0;
/ * recursion may not be supported by some compilers * /
return test(a++);
/ * scan is called from an interrupt function * /
(Linker)
(Linker)
(Linker)
(Linker)
403

Related parts for SW500010