SW006012 Microchip Technology, SW006012 Datasheet - Page 198

C COMPILER FOR DSPIC30F FAMILY

SW006012

Manufacturer Part Number
SW006012
Description
C COMPILER FOR DSPIC30F FAMILY
Manufacturer
Microchip Technology
Type
MPLAB® C30 Compilerr
Series
PIC24 & DsPICr
Datasheets

Specifications of SW006012

Supported Families
PIC24, DsPIC30F And DsPIC33F
Core Architecture
PIC, DsPIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Tool Type
Compiler
Processor Series
PIC24, dsPIC
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
dsPIC30F
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
MPLAB
DS51284F-page 192
®
C30 User’s Guide
union defined inside parms
A union is defined inside a function parameter list.
union has no members
The union is empty, it has no members.
unknown conversion type character 'character' in format
When checking the argument list of a call to printf, scanf, etc., the compiler found that
one of the conversion characters in the format string was invalid (unrecognized).
unknown conversion type character 0xnumber in format
When checking the argument list of a call to printf, scanf, etc., the compiler found that
one of the conversion characters in the format string was invalid (unrecognized).
unknown escape sequence 'sequence'
'sequence' is not a valid escape code. An escape code must start with a '\' and use one
of the following characters: n, t, b, r, f, b, \, ', ", a, or ?, or it must be a numeric sequence
in octal or hex. In octal, the numeric sequence must be less than 400 octal. In hex, the
numeric sequence must start with an 'x' and be less than 100 hex.
unnamed struct/union that defines no instances
struct/union is empty and has no name.
unreachable code at beginning of identifier
There is unreachable code at beginning of the specified function.
unrecognized gcc debugging option: char
The 'char' is not a valid letter for the -dletters debugging option.
unused parameter 'identifier'
The specified function parameter is not used in the function.
unused variable 'name'
The specified variable was declared but not used.
use of '*' and 'flag' together in format
When checking the argument list of a call to printf, scanf, etc., the compiler found that
both the flags '*' and 'flag' appear in the format string.
use of C99 long long integer constants
Integer constants are not allowed to be declared long long in ISO C89.
use of 'length' length modifier with 'type' type character
When checking the argument list of a call to printf, scanf, etc., the compiler found that
the specified length was incorrectly used with the specified type.
'name' used but never defined
The specified function was used but never defined.
'name' used with 'spec' 'function' format
'name' is not valid with the conversion specification 'spec' in the format of the specified
function.
useless keyword or type name in empty declaration
An empty declaration contains a useless keyword or type name.
© 2007 Microchip Technology Inc.

Related parts for SW006012