SW500009 Microchip Technology, SW500009 Datasheet - Page 352

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
(470) undefined symbol "*" in FNSIZE record
The linker has found an undefined symbol in the FNSIZE record for a non-reentrant function. Contact
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 stat-
ically 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 key-
word, if this compiler supports it, or recode to avoid using local variables or parameters, or duplicate
the function, e.g.:
(473) function "*" is not called from specified interrupt_level
The indicated function is never called from an interrupt function of the same interrupt level, e.g.:
338
int test(int a)
{
}
void interrupt my_isr(void)
{
}
void process(int a)
{
}
scan(6);
scan(a);
if(a == 5) {
}
return 0;
/* recursion may not be supported by some compilers */
return test(a++);
/* scan is called from an interrupt function */
/* scan is also called from main-line code */
Error and Warning Messages
(Linker)
(Linker)
(Linker)

Related parts for SW500009