SW500008 Microchip Technology, SW500008 Datasheet - Page 349

PICC-18 STD

SW500008

Manufacturer Part Number
SW500008
Description
PICC-18 STD
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500008

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Standard
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
015
778-1001
778-1001
Error and Warning Messages
(330) pointer to * argument required
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 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.:
(335) unknown pragma *
An unknown pragma directive was encountered, e.g.:
(336) string concatenation across lines
Strings on two lines will be concatenated. Check that this is the desired result, e.g.:
printf(“%d - %d”, low); /* woops -- where is the other value to print? */
#pragma interrupt_level /* woops -- what is the level */
void interrupt isr(void)
{
}
#pragma strings cinst /* woops -- should that be #pragma strings const ? */
#pragma rugsused w /* I think you meant regsused */
char * cp = “hi”
/* isr code goes here */
“there”;
/* this is okay, but is it what you had intended? */
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
335

Related parts for SW500008