SW500011 Microchip Technology, SW500011 Datasheet - Page 307

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
Error and Warning Messages
(212) missing number after pragma "pack"
The pragma pack requires a decimal number as argument. This specifies the alignment of each
member within the structure. Use this with caution as some processors enforce alignment and will
not operate correctly if word fetches are made on odd boundaries, e.g.:
Maybe you meant something like:
(215) missing argument to pragma "switch"
The pragma switch requires an argument of auto, direct or simple, e.g.:
maybe you meant something like:
(216) missing argument to pragma "psect"
The pragma psect requires an argument of the form oldname=newname where oldname is an
existing psect name known to the compiler, and newname is the desired new name, e.g.:
maybe you meant something like:
(218) missing name after pragma "inline"
The inline pragma expects the name of a function to follow. The function name must be recognized
by the code generator for it to be expanded; other functions are not altered, e.g.:
maybe you meant something like:
#pragma pack /* what is the alignment value */
#pragma pack 2
#pragma switch /* oops -- this requires a switch mode */
#pragma switch simple
#pragma psect /* oops -- this requires an psect to redirect */
#pragma psect text=specialtext
#pragma inline /* what is the function name? */
#pragma inline memcpy
(Parser)
(Parser)
(Parser)
(Parser)
307

Related parts for SW500011