SW500011 Microchip Technology, SW500011 Datasheet - Page 104

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
Linking Programs
The warning error/warning pragma It is also possible to change the type of some messages.
This is only possible by the use of the warning pragma and only affects messages generated by the
parser or code generator. The position of the pragma is only significant for the parser, i.e. a parser
message number may have its type changed, then reverted back around a section of the code to target
specific instances of the message. Specific instances of a message produced by the code generator
cannot be individually controlled. The pragma will remain in force during compilation of the entire
module.
3.12 Linking Programs
The compiler will automatically invoke the linker unless requested to stop after producing assembly
code (PICC32 -S option) or object code (PICC32 -C option).
output format.
address used by, and the total sizes of, all the psects which are used by the compiled code.
104
HI-TECH C, by default, generates Intel HEX. Use the --OUTPUT= option to specify a different
After linking, the compiler will automatically generate a memory usage map which shows the
T
The following shows the warning produced in the previous example being converted to
an error for the instance in the function main().
void main(void)
{
#pragma warning error 348
near int c;
#pragma warning warning 348
/* etc */
}
int rv(int a)
{
near int c;
/* etc */
}
Compilation of this code would result in an error, and as with any error, this will force
compilation to cease after the current module has concluded, or the maximum error
count has been reached.
UT RIAL
C Language Features

Related parts for SW500011