SW500008 Microchip Technology, SW500008 Datasheet - Page 343

PICC-18 STD

SW500008

Manufacturer Part Number
SW500008
Description
PICC-18 STD
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500008

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Standard
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
015
778-1001
778-1001
Error and Warning Messages
(289) only functions may be qualified interrupt
The qualifier interrupt may not be applied to anything except a function, e.g.:
(290) illegal function qualifier(s)
A qualifier has been applied to a function which makes no sense in this context. Some qualifier
only make sense when used with an lvalue, e.g. const or volatile. This may indicate that you have
forgotten out a star * indicating that the function should return a pointer to a qualified object, e.g.
(291) not an argument: *
This identifier that has appeared in a K&R stype argument declarator is not listed inside the paren-
theses after the function name, e.g.:
(292) a parameter may not be a function
A function parameter may not be a function. It may be a pointer to a function, so perhaps a "*" has
been omitted from the declaration.
(293) bad size in index_type
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(294) can’t allocate * bytes of memory
This is an internal compiler error. Contact HI-TECH Software technical support with details.
interrupt int input; /* variables cannot be qualified interrupt */
const char ccrv(void) /* woops -- did you mean const * char ccrv(void) ? */
{
}
int process(input)
int unput;
{
}
return ccip;
/* woops -- that should be int input; */
/* error flagged here */
(Code Generator, Hexmate)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
329

Related parts for SW500008