SW500007 Microchip Technology, SW500007 Datasheet - Page 348

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
(324) too many arguments for format string
There are too many arguments for this format string. This is harmless, but may represent an incorrect
format string, e.g.:
(325) error in format string
There is an error in the format string here. The string has been interpreted as a printf() style format
string, and it is not syntactically correct. If not corrected, this will cause unexpected behaviour at
run time, e.g.:
(326) long argument required
A long argument is required for this format specifier. Check the number and order of format speci-
fiers and corresponding arguments, e.g.:
(328) integral argument required
An integral argument is required for this printf-style format specifier. Check the number and order
of format specifiers and corresponding arguments, e.g.:
(329) double float argument required
The printf format specifier corresponding to this argument is %f or similar, and requires a floating
point expression. Check for missing or extra format specifiers or arguments to printf.
334
struct {
} my_struct;
printf(“%d - %d”, low, high, median); /* woops -- missed a placeholder? */
printf(“%l”, lll); /* woops -- maybe: printf(“%ld”, lll); */
printf(“%lx”, 2); /* woops -- maybe you meant: printf(“%lx”, 2L);
printf(“%d”, 1.23); /* woops -- either wrong number or wrong placeholder */
printf(“%f”, 44); /* should be: printf(“%f”, 44.0); */
int a;
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500007