Microchip Technology XC8 Standard Compiler (Workstation) SW006021-1 SW006021-1 ユーザーズマニュアル

製品コード
SW006021-1
ページ / 518
Error and Warning Messages
 2012 Microchip Technology Inc.
DS52053B-page 459
(1187) invalid activation request (
Driver)
The compiler has not been correctly activated.
(1188) network error * 
(Activation)
The compiler activation software was unable to connect to the Microchip activation 
server via the network.
(1190) FAE license only - not for use in commercial applications 
(Driver)
Indicates that this compiler has been activated with an FAE license. This license does 
not permit the product to be used for the development of commercial applications.
(1191) licensed for educational use only 
(Driver)
Indicates that this compiler has been activated with an education license. The educa-
tional license is only available to educational facilities and does not permit the product 
to be used for the development of commercial applications.
(1192) licensed for evaluation purposes only 
(Driver)
Indicates that this compiler has been activated with an evaluation license.
(1193) this license will expire on * 
(Driver)
The compiler has been installed as a time-limited trial. This trial will end on the date 
specified.
(1195) invalid syntax for "*" option 
(Driver)
A command line option that accepts additional parameters was given inappropriate 
data or insufficient data. For example, an option may expect two parameters with both 
being integers. Passing a string as one of these parameters or supplying only one 
parameter could result in this error.
(1198) too many "*" specifications; * maximum 
(Hexmate)
This option has been specified too many times. If possible, try performing these oper-
ations over several command lines.
(1199) compiler has not been activated 
(Driver)
The trial period for this compiler has expired. The compiler is now inoperable until acti-
vated with a valid serial number. Contact Microchip to purchase this software and 
obtain a serial number.
(1200) Found %0*lXh at address *h 
(Hexmate)
The code sequence specified in a -FIND option has been found at this address.
(1201) all FIND/REPLACE code specifications must be of equal width 
(Hexmate)
All find, replace and mask attributes in this option must be of the same byte width. 
Check the parameters supplied to this option. For example, finding 1234h (2 bytes) 
masked with FFh (1 byte) results in an error; but, masking with 00FFh (2 bytes) works.
(1202) unknown format requested in -FORMAT: * 
(Hexmate)
An unknown or unsupported INHX format has been requested. Refer to documentation 
for supported INHX formats.