SW500007 Microchip Technology, SW500007 Datasheet - Page 358

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
(369) signed bitfields not supported
Only unsigned bitfields are supported. If a bitfield is declared to be type int, the compiler still
treats it as unsigned, e.g.:
(371) missing basic type: int assumed
This declaration does not include a basic type, so int has been assumed. This declaration is not
illegal, but it is preferable to include a basic type to make it clear what is intended, e.g.:
(372) , expected
A comma was expected here. This could mean you have left out the comma between two identifiers
in a declaration list. It may also mean that the immediately preceding type name is misspelled, and
has thus been interpreted as an identifier, e.g.:
(375) unknown FNREC type *
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(376) bad non-zero node in call graph
The linker has encountered a top level node in the call graph that is referenced from lower down in
the call graph. This probably means the program has indirect recursion, which is not allowed when
using a compiled stack.
(378) can’t create * file “*”
This type of file could not be created. Is the file or a file by this name already in use?
344
struct {
} ;
char c;
i;
func(); /* ditto, use: extern int func(int); */
unsigned char a;
unsigned chat b; /* thinks: chat & b are unsigned, but where is the comma? */
signed int sign: 1;
signed int value: 15;
/* don’t let the compiler make assumptions, use : int i */
/* this must be unsigned */
Error and Warning Messages
(Hexmate)
(Linker)
(Linker)
(Parser)
(Parser)
(Parser)

Related parts for SW500007