25.5.1 Enabling the CCI

It is assumed that you are using the MPLAB X IDE to build projects that use the CCI. The location of the widget in the Project Properties window to enable CCI conformance is shown in the table below.

Table 25-2. Project Property Path to Enable CCI
Compiler Category Category Option
MPLAB XC8 XC8 Compiler Preprocessing and messages > Use CCI Syntax
MPLAB XC16 xc16-gcc Preprocessing and messages > Use CCI Syntax
MPLAB XC-DSC xc-dsc-gcc Preprocessing and messages > Use CCI Syntax
MPLAB XC32 xc32-gcc, xc32-g++ Preprocessing and messages > Use CCI Syntax

If you are not using this IDE, use the command-line option -mext=cci. For MPLAB XC16, MPLAB XC-DSC and MPLAB XC32, you may also use the option -mcci.

Differences

This option has never been implemented previously.

Migration to the CCI

Enable the option.

Caveats

None.