SW500007 Microchip Technology, SW500007 Datasheet - Page 387

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
Error and Warning Messages
(734) too many psect pragmas
Too many #pragma psect directives have been used.
(739) error closing output file
The compiler detected an error when closing a file. Contact HI-TECH Support with details.
(740) bad dimensions
The code generator has been passed a declaration that results in an array having a zero dimension.
(741) bit field 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:
struct {
} object;
void fn1(void)
{
}
char fn2(char fred)
{
}
char fn3(char one, char two, char three)
{
}
unsigned flag : 1;
unsigned value : 12;
unsigned cont : 6;
fn3( 7, fn2(3), fn2(9));
return fred + fn3(5,1,0);
return one+two+three;
/* woops -- that makes a total of 19 bits */
/* Offending call */
(Code Generator, Optimiser)
(Code Generator)
(Code Generator)
(Code Generator)
(Linker)
373

Related parts for SW500007