SW500011 Microchip Technology, SW500011 Datasheet - Page 328

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
(329) double argument required in printf-style format string
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.
(330) pointer to * argument required in printf-style format string
A pointer argument is required for this format specifier. Check the number and order of format
specifiers and corresponding arguments.
(331) too few arguments for printf-style format string
There are too few arguments for this format string. This would result in a garbage value being printed
or converted at run time, e.g.:
(332) "interrupt_level" should be 0 to 7
The pragma interrupt_level must have an argument from 0 to 7, e.g.:
(333) unrecognized qualifier name after "strings"
The pragma strings was passed a qualifier that was not identified, e.g.:
(334) unrecognized qualifier name after "printf_check"
The #pragma printf_check was passed a qualifier that could not be identified, e.g.:
328
printf(“%f”, 44); /* should be: printf(“%f”, 44.0); */
printf(“%d - %d”, low);
#pragma interrupt_level /* oops -- what is the level */
void interrupt isr(void)
{
}
/* oops -- should that be #pragma strings const ? */
#pragma strings cinst
/* oops -- should that be const not cinst? */
#pragma printf_check(printf) cinst
/* oops! where is the other value to print? */
/* isr code goes here */
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500011