SW500010 Microchip Technology, SW500010 Datasheet - Page 468

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
(1236) invalid argument to *: *
An option that can take additional parameters was given an invalid parameter value. Check the usage
of the option or the syntax or range of the expected parameter.
(1237) endpoint 0 is pre-defined
An attempt has been made to define endpoint 0 in a USB file. This channel c
(1238) FNALIGN failure on *
Two functions have their auto/parameter blocks aligned using the FNALIGN directive, but one func-
tion calls the other, which implies that must not be aligned. This will occur if a function pointer is
assigned the address of each function, but one function calls the other. For example:
(1239) pointer * has no valid targets
A function call involving a function pointer was made, but the pointer was never assigned a target
address, e.g.:
(1240) unknown checksum algorithm type (%i)
The error file specified after the -Efile or -E+file options could not be opened. Check to ensure
that the file or directory is valid and that has read only access.
(1241) bad start address in *
The start of range address for the --CHECKSUM option could not be read. This value must be a
hexadecimal number.
468
int one(int a) { return a; }
int two(int a) { return two(a)+2; }
int ( * ip)(int);
ip = one;
ip(23);
ip = two;
ip(67);
void ( * fp)(int);
fp(23);
/ * oops -- what function does fp point to? * /
/ * ip references one and two; two calls one * /
/ * ! * /
Error and Warning Messages
(Code Generator)
(Linker)
(Driver)
(Driver)
(Driver)
(Driver)

Related parts for SW500010