SW500011 Microchip Technology, SW500011 Datasheet - Page 408

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
(1218) can’t create cross reference file *
The assembler attempted to create a cross reference file, but it could not be created. Check that the
file’s pathname is correct.
(1228) unable to locate installation directory
The compiler cannot determine the directory where it has been installed.
(1230) dereferencing uninitialized pointer "*"
A pointer that has not yet been assigned a value has been dereferenced. This can result in erroneous
behaviour at runtime.
(1235) unknown keyword *
The token contained in the USB descriptor file was not recognised.
(1236) invalid argument to *: *
An option that can take additional parameters was given an invalid parameter value. Check the usage
of the option or the syntax or range of the expected parameter.
(1237) endpoint 0 is pre-defined
An attempt has been made to define endpoint 0 in a USB file. This channel c
(1238) FNALIGN failure on *
Two functions have their auto/parameter blocks aligned using the FNALIGN directive, but one func-
tion calls the other, which implies that must not be aligned. This will occur if a function pointer is
assigned the address of each function, but one function calls the other. For example:
408
int one(int a) { return a; }
int two(int a) { return two(a)+2; } /* ! */
int (*ip)(int);
ip = one;
ip(23);
ip = two;
ip(67);
/* ip references one and two; two calls one */
Error and Warning Messages
(Code Generator)
(Assembler)
(Linker)
(Driver)
(Driver)
(Driver)
(Driver)

Related parts for SW500011