SW500010 Microchip Technology, SW500010 Datasheet - Page 427

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
(741) bitfield too large (* bits)
The maximum number of bits in a bit field is the same as the number of bits in an int, e.g. assuming
an int is 16 bits wide:
(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.
struct {
} object;
void fn1(void)
{
}
char fn2(char fred)
{
}
char fn3(char one, char two, char three)
{
}
unsigned flag
unsigned value : 12;
unsigned cont
fn3( 7, fn2(3), fn2(9));
return fred + fn3(5,1,0);
return one+two+three;
: 1;
: 6;
/ * oops -- that’s a total of 19 bits * /
/ * Offending call * /
(Code Generator)
(Code Generator)
(Code Generator)
(Linker)
427

Related parts for SW500010