SW500009 Microchip Technology, SW500009 Datasheet - Page 329

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
(324) too many arguments for printf-style 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 printf-style 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 int argument required in printf-style format string
A long argument is required for this format specifier. Check the number and order of format speci-
fiers and corresponding arguments, e.g.:
(327) long long int argument required in printf-style format string
A long long argument is required for this format specifier. Check the number and order of format
specifiers and corresponding arguments, e.g.:
Note that not all HI-TECH C compilers provide support for a long long integer type.
(328) int argument required in printf-style format string
An integral argument is required for this printf-style format specifier. Check the number and order
of format specifiers and corresponding arguments, e.g.:
/* woops -- missed a placeholder? */
printf(“%d - %d”, low, high, median);
printf(“%l”, lll); /* woops -- maybe: printf(“%ld”, lll); */
printf(“%lx”, 2); /* woops -- maybe you meant: printf(“%lx”, 2L);
printf(“%llx”, 2); /* woops -- maybe you meant: printf(“%llx”, 2LL);
printf(“%d”, 1.23); /* woops! either wrong number or wrong placeholder */
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
315

Related parts for SW500009