SW500009 Microchip Technology, SW500009 Datasheet - Page 300

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
(164) #include filename "*" was converted to lower case
The #include file name had to be converted to lowercase before it could be opened, e.g.:
(165) #include filename "*" does not match actual name (check upper/lower case) (Prepro-
cessor)
In Windows versions this means the file to be included actually exists and is spelt the same way as
the #include filename, however the case of each does not exactly match. For example, specifying
#include “code.c” will include Code.c if it is found. In Linux versions this warning could occur
if the file wasn’t found.
(166) too few values specified with option "*"
The list of values to the preprocessor (CPP) -S option is incomplete. This should not happen if the
preprocessor is being invoked by the compiler driver. The values passes to this option represent the
sizes of char, short, int, long, float and double types.
(167) too many values specified with -S option; "*" unused
There were too many values supplied to the -S preprocessor option. See the Error Message -s, too
few values specified in * on page 286.
(168) unknown option "*"
This option given to the component which caused the error is not recognized.
(169) strange character (*) after ##
There is an unexpected character after #.
286
#if defined(END)
#endif END
#include <STDIO.H> /* woops -- should be: #include <stdio.h> */
#define NEXT
/* END would be better in a comment here */
Error and Warning Messages
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Any)

Related parts for SW500009