SW500009 Microchip Technology, SW500009 Datasheet - Page 309

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
(215) missing argument to pragma "switch"
The pragma switch requires an argument of auto, direct or simple, e.g.:
maybe you meant something like:
(216) missing argument to pragma "psect"
The pragma psect requires an argument of the form oldname=newname where oldname is an
existing psect name known to the compiler, and newname is the desired new name, e.g.:
maybe you meant something like:
(218) missing name after pragma "inline"
The inline pragma expects the name of a function to follow. The function name must be recognized
by the code generator for it to be expanded; other functions are not altered, e.g.:
maybe you meant something like:
(219) missing name after pragma "printf_check"
The printf_check pragma expects the name of a function to follow. This specifies printf-style
format string checking for the function, e.g.
Maybe you meant something like:
Pragmas for all the standard printf-like function are already contained in <stdio.h>.
#pragma switch /* woops -- this requires a switch mode */
#pragma switch simple
#pragma psect /* woops -- this requires an psect to redirect */
#pragma psect text=specialtext
#pragma inline /* what is the function name? */
#pragma inline memcpy
#pragma printf_check /* what function is to be checked? */
#pragma printf_check sprintf
(Parser)
(Parser)
(Parser)
(Parser)
295

Related parts for SW500009