SW500009 Microchip Technology, SW500009 Datasheet - Page 401

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
Error and Warning Messages
(985) qualifiers redeclared
This function or variable has different qualifiers in different declarations.
(986) enum member redeclared
A member of an enumeration is defined twice or more with differing values. Does the member
appear twice in the same list or does the name of the member appear in more than one enum list?
(987) arguments redeclared
The data types of the parameters passed to this function do not match its prototype.
(988) number of arguments redeclared
The number of arguments in this function declaration does not agree with a previous declaration of
the same function.
(989) module has code below file base of *h
This module has code below the address given, but the -C option has been used to specify that a
binary output file is to be created that is mapped to this address. This would mean code from this
module would have to be placed before the beginning of the file! Check for missing psect directives
in assembler files.
(990) modulus by zero in #if; zero result assumed
A modulus operation in a #if expression has a zero divisor. The result has been assumed to be zero,
e.g.:
(991) integer expression required
In an enum declaration, values may be assigned to the members, but the expression must evaluate to
a constant of type int, e.g.:
#define ZERO 0
#if FOO%ZERO
#endif
enum {one = 1, two, about_three = 3.12}; /* no non-int values allowed */
#define INTERESTING
/* this will have an assumed result of 0 */
(Preprocessor)
(Linker)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
387

Related parts for SW500009