SW500007 Microchip Technology, SW500007 Datasheet - Page 329

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
Error and Warning Messages
(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>.
(220) exponent expected
A floating point constant must have at least one digit after the e or E., e.g.:
#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
float f;
f = 1.234e; /* woops -- what is the exponent? */
(Parser)
(Parser)
(Parser)
(Parser)
315

Related parts for SW500007