SW500009 Microchip Technology, SW500009 Datasheet - Page 330

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
(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.:
316
printf(“%f”, 44); /* should be: printf(“%f”, 44.0); */
printf(“%d - %d”, low); /* woops! where is the other value to print? */
#pragma interrupt_level /* woops -- what is the level */
void interrupt isr(void)
{
}
/* woops -- should that be #pragma strings const ? */
#pragma strings cinst
/* woops -- should that be const not cinst? */
#pragma printf_check(printf) cinst
/* isr code goes here */
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500009