SW006012 Microchip Technology, SW006012 Datasheet - Page 168

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 162
®
C30 User’s Guide
G
global register variable follows a function definition
Global register variables should precede function definitions.
global register variable has initial value
Do not specify an initial value for a global register variable.
global register variable 'identifier' used in nested function
Do not use a global register variable in a nested function.
H
'identifier' has an incomplete type
It is not legal to have an incomplete type for the specified 'identifier'.
'identifier' has both 'extern' and initializer
A variable declared 'extern' cannot be initialized.
hexadecimal floating constants require an exponent
Hexadecimal floating constants must have exponents.
I
implicit declaration of function 'identifier'
The function identifier is used without a preceding prototype declaration or function
definition.
impossible register constraint in 'asm'
The asm statement is invalid.
incompatible type for argument n of 'identifier'
When calling functions in C, ensure that actual argument types match the formal
parameter types.
incompatible type for argument n of indirect function call
When calling functions in C, ensure that actual argument types match the formal
parameter types.
incompatible types in operation
The types used in operation must be compatible.
incomplete 'name' option
The option to the command-line parameter name is incomplete.
inconsistent operand constraints in an 'asm'
The asm statement is invalid.
increment of pointer to unknown structure
Do not increment a pointer to an unknown structure.
initializer element is not computable at load time
Initializer elements must be computable at load time.
initializer element is not constant
Initializer elements must be constant.
initializer fails to determine size of 'identifier'
An array initializer fails to determine its size.
© 2007 Microchip Technology Inc.

Related parts for SW006012