SW500011 Microchip Technology, SW500011 Datasheet - Page 43

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
PICC32 Command-line Driver
where text is the textual substitution required. Thus, the command:
will compile test.c with macros defined exactly as if the C source code had included the directives:
2.6.3 -Efile: Redirect Compiler Errors to a File
This option has two purposes. The first is to change the format of displayed messages. The second
is to optionally allow messages to be directed to a file as some editors do not allow the standard
command line redirection facilities to be used when invoking the compiler.
messages (errors, warnings etc) will be printed. For example, to compile x.c and redirect all errors
to x.err, use the command:
The -E option also allows errors to be appended to an existing file by specifying an addition charac-
ter, +, at the start of the error filename, for example:
If you wish to compile several files and combine all of the errors generated into a single text file, use
the -E option to create the file then use -E+ when compiling all the other source files. For example,
to compile a number of files with all errors combined into a file called project.err, you could use
the -E option as follows:
Section
system and other related driver options.
The general form of messages produced with the -E option in force is:
filename line_number: (message number) message string (message type)
If a filename is specified immediately after -E, it is treated as the name of a file to which all
PICC32 --CHIP=32MX360F512L -Ddebug -Dbuffers=10 test.c
#define debug
#define buffers 10
PICC32 --CHIP=32MX360F512L -Ex.err x.c
PICC32 --CHIP=32MX360F512L -E+x.err y.c
PICC32 --CHIP=32MX360F512L -Eproject.err -O --PASS1 main.c
PICC32 --CHIP=32MX360F512L -E+project.err -O --PASS1 part1.c
PICC32 --CHIP=32MX360F512L -E+project.err -C asmcode.as
2.5
has more information regarding this option as well as an overview of the messaging
1
PICC32 Driver Option Descriptions
43

Related parts for SW500011