PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 131

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
#IGNORE_WARNINGS
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
#IMPORT (options)
Syntax:
Elements:
#ignore_warnings ALL
#IGNORE_WARNINGS NONE
#IGNORE_WARNINGS warnings
warnings is one or more warning numbers separated by commas
This function will suppress warning messages from the compiler. ALL indicates no
warning will be generated. NONE indicates all warnings will be generated. If
numbers are listed then those warnings are suppressed.
#ignore_warnings 203
while(TRUE) {
#ignore_warnings NONE
None
Warning messages
#IMPORT (options)
FILE=filname
The filename of the object you want to link with this compilation.
ONLY=symbol+symbol+.....+symbol
Only the listed symbols will imported from the specified relocatable object file. If
neither ONLY or EXCEPT is used, all symbols are imported.
EXCEPT=symbol+symbol+.....+symbol
The listed symbols will not be imported from the specified relocatable object file.
RELOCATABLE
CCS relocatable object file format. This is the default format when the #IMPORT
is used.
COFF
COFF file format from MPASM, C18 or C30.
HEX
Imported data is straight hex data.
If neither ONLY or EXCEPT is used, all symbols are imported.
117

Related parts for PCDIDE COMPILER