JavaScript is not currently enabled, but is required for full CodeSonar manual search and browse functionality.

If you are viewing this file in your hub's Web GUI, enable JavaScript in your browser: you will also need it for GUI functionality.

If you opened this file directly from disk, your browser may be directly suppressing JavaScript functionality: certain browsers perform this suppression on local files (but not files delivered by web servers) for security reasons.

CodeSonar® 9.2p0 CONFIDENTIAL CodeSecure Inc
C and C++


The MPLAB Compiler Models

CodeSonar provides two MPLAB compiler models: mcc18 and mcc30.



Overview

CodeSonar provides two MPLAB compiler models.

Compiler model Modeled native compiler Source file extensions Description
mcc18 MPLAB C18 C compiler .c, .C C source files.
mcc30 MPLAB C30 C compiler .c, .C C source files.

Availability

Platform Availability The mcc18 and mcc30 compiler models are available for all platforms.
Default Recognition/Handling The models are disabled by default on all platforms.
Specifying Mappings The mcc18 and mcc30 models are disabled by default due to executable name conflicts. To enable one or both, add the appropriate COMPILER_MODELS rules to your configuration file.
Windows:
COMPILER_MODELS += mcc18.exe -> mcc18
COMPILER_MODELS += mcc30.exe -> mcc30
Other systems:
COMPILER_MODELS += mcc18 -> mcc18
COMPILER_MODELS += mcc30 -> mcc30

For full details of all native compilers recognized by CodeSonar by default, see section Compilers Recognized by CodeSonar.

Command Arguments

Command arguments can be specified:

 

To report problems with this documentation, please visit https://support.codesecure.com/.