source: asp3_gr_sakura/trunk/tecsgen/tecslib/messages/messages_console_en_US.rb@ 317

Last change on this file since 317 was 317, checked in by coas-nagasima, 7 years ago

GR-SAKURA向けASP3を追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-ruby
File size: 44.6 KB
Line 
1# -*- coding: utf-8 -*-
2#
3# TECS Generator
4# Generator for TOPPERS Embedded Component System
5#
6# Copyright (C) 2008-2014 by TOPPERS Project
7#--
8# 上記著作権者
9は,以下の(1)~(4)の条件を満たす場合に限り,本ソフトウェ
10# ア(本ソフトウェアを改変したものを含む.以下同じ)を使用・複製・改
11# 変・再é…
12å¸ƒï¼ˆä»¥ä¸‹ï¼Œåˆ©ç”¨ã¨å‘¼ã¶ï¼‰ã™ã‚‹ã“とを無償で許諾する.
13# (1) 本ソフトウェアをソースコードの形で利用する場合には,上記の著作
14# 権表示,この利用条件および下記の無保証規定が,そのままの形でソー
15# スコード中に含まれていること.
16# (2) 本ソフトウェアを,ライブラリ形式など,他のソフトウェア開発に使
17# 用できる形で再é…
18å¸ƒã™ã‚‹å ´åˆã«ã¯ï¼Œå†é…
19å¸ƒã«ä¼´ã†ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆï¼ˆåˆ©ç”¨
20# 者
21マニュアルなど)に,上記の著作権表示,この利用条件および下記
22# の無保証規定を掲載すること.
23# (3) 本ソフトウェアを,機器に組み込むなど,他のソフトウェア開発に使
24# 用できない形で再é…
25å¸ƒã™ã‚‹å ´åˆã«ã¯ï¼Œæ¬¡ã®ã„ずれかの条件を満たすこ
26# と.
27# (a) 再é…
28å¸ƒã«ä¼´ã†ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆï¼ˆåˆ©ç”¨è€…
29マニュアルなど)に,上記の著
30# 作権表示,この利用条件および下記の無保証規定を掲載すること.
31# (b) 再é…
32å¸ƒã®å½¢æ…
33‹ã‚’,別に定める方法によって,TOPPERSプロジェクトに
34# 報告すること.
35# (4) 本ソフトウェアの利用により直接的または間接的に生じるいかなる損
36# 害からも,上記著作権者
37およびTOPPERSプロジェクトをå…
38è²¬ã™ã‚‹ã“と.
39# また,本ソフトウェアのユーザまたはエンドユーザからのいかなる理
40# 由に基づく請求からも,上記著作権者
41およびTOPPERSプロジェクトを
42# å…
43è²¬ã™ã‚‹ã“と.
44#
45# 本ソフトウェアは,無保証で提供されているものである.上記著作権者
46お
47# よびTOPPERSプロジェクトは,本ソフトウェアに関して,特定の使用目的
48# に対する適合性も含めて,いかなる保証も行わない.また,本ソフトウェ
49# アの利用により直接的または間接的に生じたいかなる損害に関しても,そ
50# の責任を負わない.
51#
52# $Id: messages_console_en_US.rb 2061 2014-05-31 22:15:33Z okuma-top $
53#++
54
55
56# Console Messages for en_US
57class TECSMsg
58
59###
60# エラーメッセージ
61@@error_message = {}
62
63### C_parser.y.rb
64# B1001 need parameter name"
65@@error_message[ :"B1001" ] = "need parameter name"
66
67# B1002 while open or reading \'$1\'"
68@@error_message[ :"B1002" ] = "while open or reading \'$1\'"
69
70# B1003 Unexpected EOF"
71@@error_message[ :"B1003" ] = "Unexpected EOF"
72
73# B1004 syntax error near \'$1\'"
74@@error_message[ :"B1004" ] = "syntax error near \'$1\'"
75
76### ctypes.rb
77# C1001 $1: mismatch, suitable for integer types"
78@@error_message[ :"C1001" ] = "$1: mismatch, suitable for integer types"
79
80# C1002 $1 not compatible with previous one $2"
81@@error_message[ :"C1002" ] = "$1 not compatible with previous one $2"
82
83# C1003 $1 & $2 incompatible (\'long double\' not support)"
84@@error_message[ :"C1003" ] = "$1 & $2 incompatible (\'long double\' not support)"
85
86# C1004 $1: qualifier respecified. previous one: $2"
87@@error_message[ :"C1004" ] = "$1: qualifier respecified. previous one: $2"
88
89### expression.rb
90# E1001 $1: not found"
91@@error_message[ :"E1001" ] = "$1: not found"
92
93# E1002 $1: not constant (port)"
94@@error_message[ :"E1002" ] = "$1: not constant (port)"
95
96# E1003 $1: not constant"
97@@error_message[ :"E1003" ] = "$1: not constant"
98
99# E1004 cannot evaluate \'[]\' operator"
100@@error_message[ :"E1004" ] = "cannot evaluate \'[]\' operator"
101
102# E1005 cannot evaluate \'.\' operator"
103@@error_message[ :"E1005" ] = "cannot evaluate \'.\' operator"
104
105# E1006 cannot evaluate \'->\' operator"
106@@error_message[ :"E1006" ] = "cannot evaluate \'->\' operator"
107
108# E1007 cannot evaluate \'sizeof\' operator"
109@@error_message[ :"E1007" ] = "cannot evaluate \'sizeof\' operator"
110
111# E1008 cannot evaluate \'sizeof\' operator"
112@@error_message[ :"E1008" ] = "cannot evaluate \'sizeof\' operator"
113
114# E1009 cannot evaluate \'&\' operator"
115@@error_message[ :"E1009" ] = "cannot evaluate \'&\' operator"
116
117# E1010 cannot evaluate \'*\' operator"
118@@error_message[ :"E1010" ] = "cannot evaluate \'*\' operator"
119
120# E1011 cannot evaluate unary + for $1"
121@@error_message[ :"E1011" ] = "cannot evaluate unary + for $1"
122
123# E1012 $1: not found in parameter list"
124@@error_message[ :"E1012" ] = "$1: not found in parameter list"
125
126# E1013 \'*\': operand is not pointer value"
127@@error_message[ :"E1013" ] = "\'*\': operand is not pointer value"
128
129# E1014 $1: elements_get_type: sorry not supported"
130@@error_message[ :"E1014" ] = "$1: elements_get_type: sorry not supported"
131
132# E1015 \'$1\': direction mismatch for $2, $3 required"
133@@error_message[ :"E1015" ] = "\'$1\': direction mismatch for $2, $3 required"
134
135# E1016 $1: elements_check_dir_for_param: sorry not supported"
136@@error_message[ :"E1016" ] = "$1: elements_check_dir_for_param: sorry not supported"
137
138# E1017 $1: rhs not \'Cell.ePort\' form"
139@@error_message[ :"E1017" ] = "$1: rhs not \'Cell.ePort\' form"
140
141# E1018 $1: namespace cannot be specified"
142@@error_message[ :"E1018" ] = "$1: namespace cannot be specified"
143
144# E1019 $1: rhs not in 'allocator_entry_port' form"
145@@error_message[ :"E1019" ] = "$1: rhs not in 'allocator_entry_port' form"
146
147# E1020 rhs not in 'call_port.func.param' form for $1_$2"
148@@error_message[ :"E1020" ] = "rhs not in 'call_port.func.param' form for $1_$2"
149
150### bnf.y.rb
151# G1001 need specifier for \'$1\'"
152@@error_message[ :"G1001" ] = "need specifier for \'$1\'"
153
154# G1002 need parameter name"
155@@error_message[ :"G1002" ] = "need parameter name"
156
157# G1003 need parameter name"
158@@error_message[ :"G1003" ] = "need parameter name"
159
160# G1004 impossible array type 0"
161@@error_message[ :"G1004" ] = "impossible array type 0"
162
163# G1005 impossible array type 1"
164@@error_message[ :"G1005" ] = "impossible array type 1"
165
166# G1006 impossible array type 2"
167@@error_message[ :"G1006" ] = "impossible array type 2"
168
169# G1007 impossible array type 3"
170@@error_message[ :"G1007" ] = "impossible array type 3"
171
172# G1008 impossible function type"
173@@error_message[ :"G1008" ] = "impossible function type"
174
175# G1009 unexpected specifier"
176@@error_message[ :"G1009" ] = "unexpected specifier"
177
178# G1010 Not function"
179@@error_message[ :"G1010" ] = "Not function"
180
181# G1011 Not function"
182@@error_message[ :"G1011" ] = "Not function"
183
184# G1012 $1 : cannot put specifier here"
185@@error_message[ :"G1012" ] = "$1 : cannot put specifier here"
186
187# G1013 unexpected specifier"
188@@error_message[ :"G1013" ] = "unexpected specifier"
189
190# G1014 while open or reading \'$1\'"
191@@error_message[ :"G1014" ] = "while open or reading \'$1\'"
192
193# G1015 Unexpected EOF"
194@@error_message[ :"G1015" ] = "Unexpected EOF"
195
196# G1016 syntax error near \'$1\'"
197@@error_message[ :"G1016" ] = "syntax error near \'$1\'"
198
199### plugin.rb
200# P1001 plugin arg: cannot find identifier in $1"
201@@error_message[ :"P1001" ] = "plugin arg: cannot find identifier in $1"
202
203# P1002 plugin arg: expecting \'=\' not \'$1\'"
204@@error_message[ :"P1002" ] = "plugin arg: expecting \'=\' not \'$1\'"
205
206# P1003 plugin arg: unexpected $1"
207@@error_message[ :"P1003" ] = "plugin arg: unexpected $1"
208
209# P1004 $1: unknown plugin argument\'s identifier\n $2 are acceptable for RPCPlugin."
210@@error_message[ :"P1004" ] = "$1: unknown plugin argument\'s identifier\n $2 are acceptable for RPCPlugin."
211
212### pluginModule.rb
213# P2001 $1.rb : fail to load plugin"
214@@error_message[ :"P2001" ] = "$1.rb : fail to load plugin"
215
216# P2002 $1: not kind of $2"
217@@error_message[ :"P2002" ] = "$1: not kind of $2"
218
219# P2003 $1: load failed"
220@@error_message[ :"P2003" ] = "$1: load failed"
221
222# P2004 $1: open error \'$2\'"
223@@error_message[ :"P2004" ] = "$1: open error \'$2\'"
224
225# P2005 $1: plugin error in gen_through_cell_code "
226@@error_message[ :"P2005" ] = "$1: plugin error in gen_through_cell_code "
227
228# P2006 $1: close error \'$2\'"
229@@error_message[ :"P2006" ] = "$1: close error \'$2\'"
230
231# P2007 $1: fail to generate post code"
232@@error_message[ :"P2007" ] = "$1: fail to generate post code"
233
234### componentobj.rb
235# S1001 context specifier duplicate"
236@@error_message[ :"S1001" ] = "context specifier duplicate"
237
238# S1002 \'$1\': unknown specifier for signature"
239@@error_message[ :"S1002" ] = "\'$1\': unknown specifier for signature"
240
241# S1003 $1: \'alloc\' 1st parameter neither [in] integer type nor [out] double pointer type
242@@error_message[ :"S1003" ] = "$1: \'alloc\' 1st parameter neither [in] integer type nor [out] double pointer type"
243
244# S1004 $1: \'alloc\' 2nd parameter not [in] double pointer"
245@@error_message[ :"S1004" ] = "$1: \'alloc\' 2nd parameter not [in] double pointer"
246
247# S1005 $1: \'alloc\' has no parameter, unsuitable for allocator signature"
248@@error_message[ :"S1005" ] = "$1: \'alloc\' has no parameter, unsuitable for allocator signature"
249
250# S1006 $1: \'dealloc\' 1st parameter not [in] pointer type"
251@@error_message[ :"S1006" ] = "$1: \'dealloc\' 1st parameter not [in] pointer type"
252
253# S1007 "
254 # S1007 $1: \'dealloc\' cannot has 2nd parameter"
255# @@error_message[ :"S1007" ] = "$1: \'dealloc\' cannot has 2nd parameter"
256
257# S1008 $1: \'dealloc\' has no parameter, unsuitable for allocator signature"
258@@error_message[ :"S1008" ] = "$1: \'dealloc\' has no parameter, unsuitable for allocator signature"
259
260# S1009 $1: \'alloc\' function not found, unsuitable for allocator signature"
261@@error_message[ :"S1009" ] = "$1: \'alloc\' function not found, unsuitable for allocator signature"
262
263# S1010 $1: \'dealloc\' function not found, unsuitable for allocator signature"
264@@error_message[ :"S1010" ] = "$1: \'dealloc\' function not found, unsuitable for allocator signature"
265
266# S1011 $1: size_is specified for non-pointer type"
267@@error_message[ :"S1011" ] = "$1: size_is specified for non-pointer type"
268
269# S1012 $1: unsuitable initializer, need array initializer"
270@@error_message[ :"S1012" ] = "$1: unsuitable initializer, need array initializer"
271
272# S1013 $1: too many initializer, $2 for $3"
273@@error_message[ :"S1013" ] = "$1: too many initializer, $2 for $3"
274
275# S1014 generate specifier duplicate"
276@@error_message[ :"S1014" ] = "generate specifier duplicate"
277
278# S1015 $1 cannot be specified for composite"
279@@error_message[ :"S1015" ] = "$1 cannot be specified for composite"
280
281# S1016 $1 not found"
282@@error_message[ :"S1016" ] = "$1 not found"
283
284# S1017 $1 : neither celltype nor cell"
285@@error_message[ :"S1017" ] = "$1 : neither celltype nor cell"
286
287# S1018 $1 : not singleton cell"
288@@error_message[ :"S1018" ] = "$1 : not singleton cell"
289
290# S1019 \'$1\' : not entry port"
291@@error_message[ :"S1019" ] = "\'$1\' : not entry port"
292
293# S1020 \'$1\' : required port cannot be array"
294@@error_message[ :"S1020" ] = "\'$1\' : required port cannot be array"
295
296# S1021 $1 : require cannot have same signature with \'$2\'"
297@@error_message[ :"S1021" ] = "$1 : require cannot have same signature with \'$2\'"
298
299# S1022 $1.$2 : \'$3\' conflict function name in $4.$5"
300@@error_message[ :"S1022" ] = "$1.$2 : \'$3\' conflict function name in $4.$5"
301
302# S1023 $1: fail to new"
303@@error_message[ :"S1023" ] = "$1: fail to new"
304
305# S1024 $1: multiple cell for singleton celltype"
306@@error_message[ :"S1024" ] = "$1: multiple cell for singleton celltype"
307
308# S1025 not found reachable cell for require \'$1\' in celltype \'$2\'"
309@@error_message[ :"S1025" ] = "not found reachable cell for require \'$1\' in celltype \'$2\'"
310
311# S1026 required cell \'$1\' not reachable"
312@@error_message[ :"S1026" ] = "required cell \'$1\' not reachable"
313
314# S1027 \'$1\' celltype not found"
315@@error_message[ :"S1027" ] = "\'$1\' celltype not found"
316
317# S1028 \'$1\' not celltype"
318@@error_message[ :"S1028" ] = "\'$1\' not celltype"
319
320# S1029 $1 mismatch with previous one"
321@@error_message[ :"S1029" ] = "$1 mismatch with previous one"
322
323# S1030 $1: celltype mismatch with previous one"
324@@error_message[ :"S1030" ] = "$1: celltype mismatch with previous one"
325
326# S1031 $1 region \'$2\' mismatch with previous one \'$3\'"
327@@error_message[ :"S1031" ] = "$1 region \'$2\' mismatch with previous one \'$3\'"
328
329# S1032 $1: duplicate cell"
330@@error_message[ :"S1032" ] = "$1: duplicate cell"
331
332# S1033 rhs expression is not supported. Only attribute is permitted on current version."
333@@error_message[ :"S1033" ] = "rhs expression is not supported. Only attribute is permitted on current version."
334
335# S1034 $1 : cannot refer to $2\'s attribute here. Use \'composite.$3\' to refer to composite celltype\'s"
336@@error_message[ :"S1034" ] = "$1 : cannot refer to $2\'s attribute here. Use \'composite.$3\' to refer to composite celltype\'s"
337
338# S1035 composite : cannot specify out of composite celltype definition"
339@@error_message[ :"S1035" ] = "composite : cannot specify out of composite celltype definition"
340
341# S1036 $1 : cannot refer to $2\'s here. Use \'composite.$3\' to refer to composite celltype\'s"
342@@error_message[ :"S1036" ] = "$1 : cannot refer to $2\'s here. Use \'composite.$3\' to refer to composite celltype\'s"
343
344# S1037 $1: celltype plugin fail to new_cell"
345@@error_message[ :"S1037" ] = "$1: celltype plugin fail to new_cell"
346
347# S1038 $1.$2: self allocator not supported for array entry port"
348@@error_message[ :"S1038" ] = "$1.$2: self allocator not supported for array entry port"
349
350# S1039 \'$1\': unknown specifier for cell"
351@@error_message[ :"S1039" ] = "\'$1\': unknown specifier for cell"
352
353# S1040 array not supported for relay allocator"
354@@error_message[ :"S1040" ] = "array not supported for relay allocator"
355
356# S1041 \'$1_$2_$3\': not joined. cannot create internal join for relay allocator"
357@@error_message[ :"S1041" ] = "\'$1_$2_$3\': not joined. cannot create internal join for relay allocator"
358
359# S1042 call port \'$1\' not initialized in cell \'$2\'"
360@@error_message[ :"S1042" ] = "call port \'$1\' not initialized in cell \'$2\'"
361
362# S1043 call port \'$1\' not initialized in cell \'$2\'. this call port is created by tecsgen. check allocator specifier"
363@@error_message[ :"S1043" ] = "call port \'$1\' not initialized in cell \'$2\'. this call port is created by tecsgen. check allocator specifier"
364
365# S1044 $1: array initializer too many or few, $2 for $3"
366@@error_message[ :"S1044" ] = "$1: array initializer too many or few, $2 for $3"
367
368# S1045 $1[$2]: not initialized"
369@@error_message[ :"S1045" ] = "$1[$2]: not initialized"
370
371# S1046 $1[$2]: not initialized"
372@@error_message[ :"S1046" ] = "$1[$2]: not initialized"
373
374# S1047 size_is pointer cannot be exposed for composite attribute"
375@@error_message[ :"S1047" ] = "size_is pointer cannot be exposed for composite attribute"
376
377# S1048 $1: size_is specified for non-pointer type"
378@@error_message[ :"S1048" ] = "$1: size_is specified for non-pointer type"
379
380# S1049 $1: size_is arg not constant"
381@@error_message[ :"S1049" ] = "$1: size_is arg not constant"
382
383# S1050 unsuitable initializer, need array initializer"
384@@error_message[ :"S1050" ] = "unsuitable initializer, need array initializer"
385
386# S1051 too many initializer for array, $1 for $2"
387@@error_message[ :"S1051" ] = "too many initializer for array, $1 for $2"
388
389# S1052 attribute \'$1\' not initialized in cell \'$2\'"
390@@error_message[ :"S1052" ] = "attribute \'$1\' not initialized in cell \'$2\'"
391
392# S1053 $1 must be singleton. inner cell \'$2\' is singleton"
393@@error_message[ :"S1053" ] = "$1 must be singleton. inner cell \'$2\' is singleton"
394
395# S1054 $1 : specified active but has no active in this celltype"
396@@error_message[ :"S1054" ] = "$1 : specified active but has no active in this celltype"
397
398# S1055 $1 must be active. inner cell \'$2\' is active"
399@@error_message[ :"S1055" ] = "$1 must be active. inner cell \'$2\' is active"
400
401# S1056 $1 : cannot export, nothing designated"
402@@error_message[ :"S1056" ] = "$1 : cannot export, nothing designated"
403
404# S1057 $1 not found in $2"
405@@error_message[ :"S1057" ] = "$1 not found in $2"
406
407# S1058 \'$1\' : cannot export var"
408@@error_message[ :"S1058" ] = "\'$1\' : cannot export var"
409
410# S1059 \'$1\' : exporting attribute. write in cell or use \'=\' to export attribute"
411@@error_message[ :"S1059" ] = "\'$1\' : exporting attribute. write in cell or use \'=\' to export attribute"
412
413# S1060 \'$1\' : port type mismatch. $2 type is allowed here."
414@@error_message[ :"S1060" ] = "\'$1\' : port type mismatch. $2 type is allowed here."
415
416# S1061 \'$1\' : not defined"
417@@error_message[ :"S1061" ] = "\'$1\' : not defined"
418
419# S1062 $1 has no export definition"
420@@error_message[ :"S1062" ] = "$1 has no export definition"
421
422# S1063 $1 is port but previously defined as an attribute"
423@@error_message[ :"S1063" ] = "$1 is port but previously defined as an attribute"
424
425# S1064 $1 : type \'$2$3\' mismatch with pprevious definition\'$4$5\'"
426@@error_message[ :"S1064" ] = "$1 : type \'$2$3\' mismatch with pprevious definition\'$4$5\'"
427
428# S1065 $1 : port type $2 mismatch with previous definition $3"
429@@error_message[ :"S1065" ] = "$1 : port type $2 mismatch with previous definition $3"
430
431# S1066 $1 : signature \'$2\' mismatch with previous definition \'$3\'"
432@@error_message[ :"S1066" ] = "$1 : signature \'$2\' mismatch with previous definition \'$3\'"
433
434# S1067 $1 : array size mismatch with previous definition"
435@@error_message[ :"S1067" ] = "$1 : array size mismatch with previous definition"
436
437# S1068 $1 : optional specifier mismatch with previous definition"
438@@error_message[ :"S1068" ] = "$1 : optional specifier mismatch with previous definition"
439
440# S1069 $1 is an attribute but previously defined as a port"
441@@error_message[ :"S1069" ] = "$1 is an attribute but previously defined as a port"
442
443# S1070 $1: size_is pointer cannot be exposed for composite attribute"
444@@error_message[ :"S1070" ] = "$1: size_is pointer cannot be exposed for composite attribute"
445
446# S1071 $1 cannot be specified for composite"
447@@error_message[ :"S1071" ] = "$1 cannot be specified for composite"
448
449# S1072 $1: entry port: sizeless array not supported in current version"
450@@error_message[ :"S1072" ] = "$1: entry port: sizeless array not supported in current version"
451
452# S1073 Not constant expression $1"
453@@error_message[ :"S1073" ] = "Not constant expression $1"
454
455# S1074 Not Integer $1"
456@@error_message[ :"S1074" ] = "Not Integer $1"
457
458# S1075 \'$1\' signature not found"
459@@error_message[ :"S1075" ] = "\'$1\' signature not found"
460
461# S1076 \'$1\' not signature"
462@@error_message[ :"S1076" ] = "\'$1\' not signature"
463
464# S1077 inline: cannot be specified for call port"
465@@error_message[ :"S1077" ] = "inline: cannot be specified for call port"
466
467# S1078 optional: cannot be specified for entry port"
468@@error_message[ :"S1078" ] = "optional: cannot be specified for entry port"
469
470# S1079 allocator: cannot be specified for call port"
471@@error_message[ :"S1079" ] = "allocator: cannot be specified for call port"
472
473# S1080 duplicate allocator specifier"
474@@error_message[ :"S1080" ] = "duplicate allocator specifier"
475
476# S1081 self allocator not supported yet"
477@@error_message[ :"S1081" ] = "self allocator not supported yet"
478
479# S1082 function \'$1\' not found in signature"
480@@error_message[ :"S1082" ] = "function \'$1\' not found in signature"
481
482# S1083 \'$1\' not found in function \'$2\'"
483@@error_message[ :"S1083" ] = "\'$1\' not found in function \'$2\'"
484
485# S1084 \'$1\' in function \'$2\' is not send or receive"
486@@error_message[ :"S1084" ] = "\'$1\' in function \'$2\' is not send or receive"
487
488# S1085 duplicate allocator specifier for \'$1_$2\'"
489@@error_message[ :"S1085" ] = "duplicate allocator specifier for \'$1_$2\'"
490
491# S1086 rhs not call_port.func.param for $1_$2"
492@@error_message[ :"S1086" ] = "rhs not call_port.func.param for $1_$2"
493
494# S1087 function \'$1\' not found in signature \'$2\'"
495@@error_message[ :"S1087" ] = "function \'$1\' not found in signature \'$2\'"
496
497# S1088 \'$1\' not found in function \'$2\'"
498@@error_message[ :"S1088" ] = "\'$1\' not found in function \'$2\'"
499
500# S1089 relay allocator send/receive mismatch between $1.$2 and $3_$4.$5"
501@@error_message[ :"S1089" ] = "relay allocator send/receive mismatch between $1.$2 and $3_$4.$5"
502
503# S1090 \'$1\' in function \'$2\' is not send or receive"
504@@error_message[ :"S1090" ] = "\'$1\' in function \'$2\' is not send or receive"
505
506# S1091 call port \'$1\' not found in celltype $2"
507@@error_message[ :"S1091" ] = "call port \'$1\' not found in celltype $2"
508
509# S1092 \'$1\' not namespace"
510@@error_message[ :"S1092" ] = "\'$1\' not namespace"
511
512# S1093 $1 : undefined cell"
513@@error_message[ :"S1093" ] = "$1 : undefined cell"
514
515# S1094 $1: pointer is not constant. check \'const\'"
516@@error_message[ :"S1094" ] = "$1: pointer is not constant. check \'const\'"
517
518# S1095 $1: not constant"
519@@error_message[ :"S1095" ] = "$1: not constant"
520
521# S1096 $1: should be int, float, bool or pointer type"
522@@error_message[ :"S1096" ] = "$1: should be int, float, bool or pointer type"
523
524# S1097 $1: has no initializer"
525@@error_message[ :"S1097" ] = "$1: has no initializer"
526
527# S1098 $1: has unsuitable initializer"
528@@error_message[ :"S1098" ] = "$1: has unsuitable initializer"
529
530# S1099 array subscript not constant"
531@@error_message[ :"S1099" ] = "array subscript not constant"
532
533# S1100 $1: cannot initialize var"
534@@error_message[ :"S1100" ] = "$1: cannot initialize var"
535
536# S1101 \'$1\' cannot initialize entry port"
537@@error_message[ :"S1101" ] = "\'$1\' cannot initialize entry port"
538
539# S1102 $1: must specify array subscript here"
540@@error_message[ :"S1102" ] = "$1: must specify array subscript here"
541
542# S1103 $1: need array subscript"
543@@error_message[ :"S1103" ] = "$1: need array subscript"
544
545# S1104 $1: need array subscript number. ex. \'[0]\'"
546@@error_message[ :"S1104" ] = "$1: need array subscript number. ex. \'[0]\'"
547
548# S1105 $1: cannot specify array subscript here"
549@@error_message[ :"S1105" ] = "$1: cannot specify array subscript here"
550
551# S1106 $1: cannot specify array subscript number. use \'[]\'"
552@@error_message[ :"S1106" ] = "$1: cannot specify array subscript number. use \'[]\'"
553
554# S1107 to export port, use \'cCall => composite.cCall\'"
555@@error_message[ :"S1107" ] = "to export port, use \'cCall => composite.cCall\'"
556
557# S1108 $1: rhs not \'Cell.ePort\' form"
558@@error_message[ :"S1108" ] = "$1: rhs not \'Cell.ePort\' form"
559
560# S1109 \'$1\' not found"
561@@error_message[ :"S1109" ] = "\'$1\' not found"
562
563# S1110 \'$1\' not cell"
564@@error_message[ :"S1110" ] = "\'$1\' not cell"
565
566# S1111 \'$1\' not found"
567@@error_message[ :"S1111" ] = "\'$1\' not found"
568
569# S1112 \'$1\' not entry port"
570@@error_message[ :"S1112" ] = "\'$1\' not entry port"
571
572# S1113 \'$1\' signature mismatch"
573@@error_message[ :"S1113" ] = "\'$1\' signature mismatch"
574
575# S1114 \'$1\' should be array"
576@@error_message[ :"S1114" ] = "\'$1\' should be array"
577
578# S1115 $1[$2]: subscript out of range (< $3)"
579@@error_message[ :"S1115" ] = "$1[$2]: subscript out of range (< $3)"
580
581# S1116 \'$1\' entry port is not array"
582@@error_message[ :"S1116" ] = "\'$1\' entry port is not array"
583
584# S1117 \'$1\' not in celltype"
585@@error_message[ :"S1117" ] = "\'$1\' not in celltype"
586
587# S1118 $1: going out from region \'$2\' not permitted"
588@@error_message[ :"S1118" ] = "$1: going out from region \'$2\' not permitted"
589
590# S1119 $1: going from region \'$2\' to \'$3\' not permitted"
591@@error_message[ :"S1119" ] = "$1: going from region \'$2\' to \'$3\' not permitted"
592
593# S1120 $1: going in to region \'$2\' not permitted"
594@@error_message[ :"S1120" ] = "$1: going in to region \'$2\' not permitted"
595
596# S1121 \'$1\' in region \'$2\' cannot be directly joined $3 in $4"
597@@error_message[ :"S1121" ] = "\'$1\' in region \'$2\' cannot be directly joined $3 in $4"
598
599# S1122 $1 : not port: \'through\' can be specified only for port"
600@@error_message[ :"S1122" ] = "$1 : not port: \'through\' can be specified only for port"
601
602# S1123 $1 : not port: \'through\' can be specified only for port"
603@@error_message[ :"S1123" ] = "$1 : not port: \'through\' can be specified only for port"
604
605# S1124 $1: plugin function failed: \'get_through_entry_port_name\'"
606@@error_message[ :"S1124" ] = "$1: plugin function failed: \'get_through_entry_port_name\'"
607
608# S1125 $1: not generated cell \'$2\'"
609@@error_message[ :"S1125" ] = "$1: not generated cell \'$2\'"
610
611# S1126 $1: fail to new"
612@@error_message[ :"S1126" ] = "$1: fail to new"
613
614# S1127 \'$1\' duplicate"
615@@error_message[ :"S1127" ] = "\'$1\' duplicate"
616
617# S1128 \'$1\' inconsistent array definition"
618@@error_message[ :"S1128" ] = "\'$1\' inconsistent array definition"
619
620# S1129 \'$1\' redefinition of subscript $1"
621@@error_message[ :"S1129" ] = "\'$1\' redefinition of subscript $1"
622
623# S1130 \'$1\' inconsistent array definition"
624@@error_message[ :"S1130" ] = "\'$1\' inconsistent array definition"
625
626# S1131 \'$1.$2\' has duplicate initializer"
627@@error_message[ :"S1131" ] = "\'$1.$2\' has duplicate initializer"
628
629# S1132 $1: 1st parameter is not string(file name)"
630@@error_message[ :"S1132" ] = "$1: 1st parameter is not string(file name)"
631
632# S1133 $1: 2nd parameter is not string(fromat)"
633@@error_message[ :"S1133" ] = "$1: 2nd parameter is not string(fromat)"
634
635# S1134 $1: unknown factory function"
636@@error_message[ :"S1134" ] = "$1: unknown factory function"
637
638# S1135 celltype factory can\'t have parameter(s)"
639@@error_message[ :"S1135" ] = "celltype factory can\'t have parameter(s)"
640
641# S1136 \'$1\': not found"
642@@error_message[ :"S1136" ] = "\'$1\': not found"
643
644# S1137 \'$1\': not attribute"
645@@error_message[ :"S1137" ] = "\'$1\': not attribute"
646
647# S1138 internal error Factory.check_arg()"
648@@error_message[ :"S1138" ] = "internal error Factory.check_arg()"
649
650# S1139 $1: region path mismatch. previous path: $2"
651@@error_message[ :"S1139" ] = "$1: region path mismatch. previous path: $2"
652
653# S1140 $1: region specifier must place at first appearence"
654@@error_message[ :"S1140" ] = "$1: region specifier must place at first appearence"
655
656# S1141 $1 duplication, previous one : $2"
657@@error_message[ :"S1141" ] = "$1 duplication, previous one : $2"
658
659# S1142 $1 not found in search path"
660@@error_message[ :"S1142" ] = "$1 not found in search path"
661
662# S1143 import_C: arg2: mismatch with previous one"
663@@error_message[ :"S1143" ] = "import_C: arg2: mismatch with previous one"
664
665# S1144 $1: temporary C source: open error"
666@@error_message[ :"S1144" ] = "$1: temporary C source: open error"
667
668# S1145 $1: temporary C source: writing error"
669@@error_message[ :"S1145" ] = "$1: temporary C source: writing error"
670
671# S1146 $1: error occured while CPP"
672@@error_message[ :"S1146" ] = "$1: error occured while CPP"
673
674# S1147 $1: popen for CPP failed"
675@@error_message[ :"S1147" ] = "$1: popen for CPP failed"
676
677# S1148 $1 not found in search path"
678@@error_message[ :"S1148" ] = "$1 not found in search path"
679
680# S1149 $1 not signature"
681@@error_message[ :"S1149" ] = "$1 not signature"
682
683# S1150 $1: fail to new"
684@@error_message[ :"S1150" ] = "$1: fail to new"
685
686# S1151 $1: not namespace"
687@@error_message[ :"S1151" ] = "$1: not namespace"
688
689# S1152 $1: call port cannot have fixed join"
690@@error_message[ :"S1152" ] = "$1: call port cannot have fixed join"
691
692# "S1153 $1: cannot be entry port array for fixed join port"
693@@error_message[ :"S1153" ] = "$1: cannot be entry port array for fixed join port"
694
695# "S1154 $1: must be singleton celltype for fixed join"
696@@error_message[ :"S1154" ] = "$1: must be singleton celltype for fixed join"
697
698# "S1155 $1: not celltype or not found"
699@@error_message[ :"S1155" ] = "$1: not celltype or not found"
700
701# "S1156 $1: not call port or not found"
702@@error_message[ :"S1156" ] = "$1: not call port or not found"
703
704# "S1157 $1: sized array or not array"
705@@error_message[ :"S1157" ] = "$1: sized array or not array"
706
707# "S1158 $1: singleton cell not found for fixed join"
708@@error_message[ :"S1158" ] = "$1: singleton cell not found for fixed join"
709
710# S1159 $1: non-size_is pointer cannot be initialized with array initializer"
711@@error_message[ :"S1159" ] = "$1: non-size_is pointer cannot be initialized with array initializer"
712
713# S1160 $1 must be constant for id"
714@@error_message[ :"S1160" ] = "$1 must be constant for id"
715
716# S1161 $1 must be constant for id"
717@@error_message[ :"S1161" ] = "$1 must be constant for id"
718
719# S1162 $1: id cannot be 0"
720@@error_message[ :"S1162" ] = "$1: id cannot be 0"
721
722# S1163 generate specifier duplicate"
723@@error_message[ :"S1163" ] = "generate specifier duplicate"
724
725# S1164 '$1' set_specified_id: id not positive integer '$2'"
726@@error_message[ :"S1164" ] = "'$1' set_specified_id: id not positive integer '$2'"
727
728# S1165 '$1' set_specified_id: id duplicate"
729@@error_message[ :"S1165" ] = "'$1' set_specified_id: id duplicate"
730
731# S1166 $1: fail to new"
732@@error_message[ :"S1166" ] = "$1: fail to new"
733
734# S1167 \'$1\': relay mismatch \'$2\'"
735@@error_message[ :"S1167" ] = "\'$1\': relay mismatch \'$2\'"
736
737# S1168 too many initializer for array, $1 for $2"
738@@error_message[ :"S1168" ] = "too many initializer for array, $1 for $2"
739
740# S1169 $1: non-size_is pointer cannot be initialized with array initializer"
741@@error_message[ :"S1169" ] = "$1: non-size_is pointer cannot be initialized with array initializer"
742
743# S1170 \'$1\' has size_is but export attr \'$2\' doesn't have"
744@@error_message[ :"S1170" ] = "\'$1\' has size_is but export attr \'$2\' doesn't have"
745
746# S1171 \'$1\' size_is argument of \'$2\' not exported"
747@@error_message[ :"S1171" ] = "\'$1\' size_is argument of \'$2\' not exported"
748
749# S1172 \'$1\' size_is argument mismatch with exporting one \'$2\'"
750@@error_message[ :"S1172" ] = "\'$1\' size_is argument mismatch with exporting one \'$2\'"
751
752# S1173 $1: allocator mismatch from $2's allocator"
753@@error_message[ :"S1173" ] = "$1: allocator mismatch from $2's allocator"
754
755# S1174 $1 not suitable for lhs, suitable lhs: 'func.param'"
756@@error_message[ :"S1174" ] = "$1 not suitable for lhs, suitable lhs: 'func.param'"
757
758# S1175 $1 not found or not allocator entry port for $2"
759@@error_message[ :"S1175" ] = "$1 not found or not allocator entry port for $2"
760
761# S1176 rhs not in 'call_port.func.param' form for $1_$2"
762@@error_message[ :"S1176" ] = "rhs not in 'call_port.func.param' form for $1_$2"
763
764# S1177 cannot specify 'through' in composite in current version"
765@@error_message[ :"S1177" ] = "cannot specify 'through' in composite in current version"
766
767# S1178 $1 region type specifier duplicate, previous $2"
768@@error_message[ :"S1178" ] = "$1 region type specifier duplicate, previous $2"
769
770### syntaxobj.rb
771# S2001 \'$1\' duplicate $2"
772@@error_message[ :"S2001" ] = "\'$1\' duplicate $2"
773
774# S2002 $1: $2"
775@@error_message[ :"S2002" ] = "$1: $2"
776
777# S2003 $1: $2 cannot have initializer"
778@@error_message[ :"S2003" ] = "$1: $2 cannot have initializer"
779
780# S2004 $1: array subscript must be specified or omit"
781@@error_message[ :"S2004" ] = "$1: array subscript must be specified or omit"
782
783# S2005 $1: array subscript must be specified"
784@@error_message[ :"S2005" ] = "$1: array subscript must be specified"
785
786# S2006 \'$1\' function"
787@@error_message[ :"S2006" ] = "\'$1\' function"
788
789# S2007 \'$1\' $2"
790@@error_message[ :"S2007" ] = "\'$1\' $2"
791
792# S2008 $1: inconsitent with previous one"
793@@error_message[ :"S2008" ] = "$1: inconsitent with previous one"
794
795# S2009 $1: not found or not signature"
796@@error_message[ :"S2009" ] = "$1: not found or not signature"
797
798# S2010 $1: not allocator signature"
799@@error_message[ :"S2010" ] = "$1: not allocator signature"
800
801# S2011 size_is duplicate"
802@@error_message[ :"S2011" ] = "size_is duplicate"
803
804# S2012 count_is duplicate"
805@@error_message[ :"S2012" ] = "count_is duplicate"
806
807# S2013 string duplicate"
808@@error_message[ :"S2013" ] = "string duplicate"
809
810# S2014 $1 need pointer or more pointer"
811@@error_message[ :"S2014" ] = "$1 need pointer or more pointer"
812
813# S2015 $1 must be const for \'in\' parameter $2"
814@@error_message[ :"S2015" ] = "'$1' must be const for \'in\' parameter $2"
815
816# S2016 $1 can not be const for $2 parameter"
817@@error_message[ :"S2016" ] = "'$1' can not be const for $2 parameter"
818
819# S2017 size_is argument is not integer type"
820@@error_message[ :"S2017" ] = "size_is argument is not integer type"
821
822# S2018 \'$1\' size_is parameter not integer"
823@@error_message[ :"S2018" ] = "\'$1\' size_is parameter not integer"
824
825# S2019 \'$1\' size_is parameter negative or zero"
826@@error_message[ :"S2019" ] = "\'$1\' size_is parameter negative or zero"
827
828# S2020 count_is argument is not integer type"
829@@error_message[ :"S2020" ] = "count_is argument is not integer type"
830
831# S2021 \'$1\' count_is parameter not integer"
832@@error_message[ :"S2021" ] = "\'$1\' count_is parameter not integer"
833
834# S2022 \'$1\' count_is parameter negative or zero"
835@@error_message[ :"S2022" ] = "\'$1\' count_is parameter negative or zero"
836
837# S2023 string argument is not integer type"
838@@error_message[ :"S2023" ] = "string argument is not integer type"
839
840# S2024 \'$1\' string parameter not integer"
841@@error_message[ :"S2024" ] = "\'$1\' string parameter not integer"
842
843# S2025 \'$1\' string parameter negative or zero"
844@@error_message[ :"S2025" ] = "\'$1\' string parameter negative or zero"
845
846# S2026 '$1' nullable specified for non-pointer type"
847@@error_message[ :"S2026" ] = "'$1' nullable specified for non-pointer type"
848
849# S2027 '$1' parameter cannot be void type"
850@@error_message[ :"S2027" ] = "'$1' parameter cannot be void type"
851
852# S2028 '$1' max (size_is 2nd parameter) not constant"
853@@error_message[ :"S2028" ] = "'$1' max (size_is 2nd parameter) not constant"
854
855# S2029 '$1' max (size_is 2nd parameter) negative or zero, or not integer"
856@@error_message[ :"S2029" ] = "'$1' max (size_is 2nd parameter) negative or zero, or not integer"
857
858# S2030 '$1' both size_is and max are const. size_is larger than max"
859@@error_message[ :"S2030" ] = "'$1' both size_is and max are const. size_is larger than max"
860
861### optimize.rb
862# S3001 $1: id too large $2 (max=$3)"
863@@error_message[ :"S3001" ] = "$1: id too large $2 (max=$3)"
864
865# S3002 $1: id too large $2 (max=$3)"
866@@error_message[ :"S3002" ] = "$1: id too large $2 (max=$3)"
867
868# S3003 $1: id number '$2' conflict with $3"
869@@error_message[ :"S3003" ] = "$1: id number '$2' conflict with $3"
870
871### types.rb
872# T1001 const duplicate"
873@@error_message[ :"T1001" ] = "const duplicate"
874
875# T1002 volatile duplicate"
876@@error_message[ :"T1002" ] = "volatile duplicate"
877
878# T1003 $1: unsuitable specifier for $2"
879@@error_message[ :"T1003" ] = "$1: unsuitable specifier for $2"
880
881# T1004 cannot cast to $1"
882@@error_message[ :"T1004" ] = "cannot cast to $1"
883
884# T1005 \'$1\' not defined"
885@@error_message[ :"T1005" ] = "\'$1\' not defined"
886
887# T1006 \'$1\' not type name. expecting type name here"
888@@error_message[ :"T1006" ] = "\'$1\' not type name. expecting type name here"
889
890# T1007 $1: void type variable cannot have initializer"
891@@error_message[ :"T1007" ] = "$1: void type variable cannot have initializer"
892
893# T1008 ambigous signed or unsigned"
894@@error_message[ :"T1008" ] = "ambigous signed or unsigned"
895
896# T1009 $1: $2: not integer"
897@@error_message[ :"T1009" ] = "$1: $2: not integer"
898
899# T1010 $1: initializer is not constant"
900@@error_message[ :"T1010" ] = "$1: initializer is not constant"
901
902# T1011 $1: need cast to assign float to integer"
903@@error_message[ :"T1011" ] = "$1: need cast to assign float to integer"
904
905# T1012 $1: $2: not integer"
906@@error_message[ :"T1012" ] = "$1: $2: not integer"
907
908# T1013 $1: too large (max=$2)"
909@@error_message[ :"T1013" ] = "$1: too large (max=$2)"
910
911# T1014 $1: too large negative value (min=-$2)"
912@@error_message[ :"T1014" ] = "$1: too large negative value (min=-$2)"
913
914# T1015 $1: negative value for unsigned"
915@@error_message[ :"T1015" ] = "$1: negative value for unsigned"
916
917# T1016 $1: too large (max=$2)"
918@@error_message[ :"T1016" ] = "$1: too large (max=$2)"
919
920# T1017 $1: unsuitable initializer for scalar type"
921@@error_message[ :"T1017" ] = "$1: unsuitable initializer for scalar type"
922
923# T1018 $1: $2: not number"
924@@error_message[ :"T1018" ] = "$1: $2: not number"
925
926# T1019 $1: initializer is not constant"
927@@error_message[ :"T1019" ] = "$1: initializer is not constant"
928
929# T1020 $1: unsuitable initializer for scalar type"
930@@error_message[ :"T1020" ] = "$1: unsuitable initializer for scalar type"
931
932# T1021 \'$1\': struct not defined"
933@@error_message[ :"T1021" ] = "\'$1\': struct not defined"
934
935# T1022 struct $1: not defined"
936@@error_message[ :"T1022" ] = "struct $1: not defined"
937
938# T1023 struct $1: not defined"
939@@error_message[ :"T1023" ] = "struct $1: not defined"
940
941# T1024 $1: unsuitable initializer for struct"
942@@error_message[ :"T1024" ] = "$1: unsuitable initializer for struct"
943
944# T1025 size_is argument is not integer type"
945@@error_message[ :"T1025" ] = "size_is argument is not integer type"
946
947# T1026 count_is argument is not integer type"
948@@error_message[ :"T1026" ] = "count_is argument is not integer type"
949
950# T1027 string argument is not integer type"
951@@error_message[ :"T1027" ] = "string argument is not integer type"
952
953# T1028 $1: cannot initialize function pointer"
954@@error_message[ :"T1028" ] = "$1: cannot initialize function pointer"
955
956# T1029 oneway function cannot return type \'$1$2\', \'void\' or \'ER\' is permitted"
957@@error_message[ :"T1029" ] = "oneway function cannot return type \'$1$2\', \'void\' or \'ER\' is permitted"
958
959# T1030 oneway function cannot have $1 parameter for \'$2\'"
960@@error_message[ :"T1030" ] = "oneway function cannot have $1 parameter for \'$2\'"
961
962# T1031 $1: unsuitable initializer for array"
963@@error_message[ :"T1031" ] = "$1: unsuitable initializer for array"
964
965# T1032 $1: incompatible pointer type"
966@@error_message[ :"T1032" ] = "$1: incompatible pointer type"
967
968# T1033 $1: need cast to assign integer to pointer"
969@@error_message[ :"T1033" ] = "$1: need cast to assign integer to pointer"
970
971# T1034 $1: unsuitable string constant"
972@@error_message[ :"T1034" ] = "$1: unsuitable string constant"
973
974# T1035 $1: unsuitable initializer for pointer"
975@@error_message[ :"T1035" ] = "$1: unsuitable initializer for pointer"
976
977# T1036 $1: unsuitable initializer for pointer"
978@@error_message[ :"T1036" ] = "$1: unsuitable initializer for pointer"
979
980# T1037 $1: not number"
981@@error_message[ :"T1037" ] = "$1: not number"
982
983# T1038 $1: initializer type mismatch. '$2' & '$3'"
984@@error_message[ :"T1038" ] = "$1: initializer type mismatch. '$2' & '$3'"
985
986# T1039 $1: struct tag mismatch $2 and $3"
987@@error_message[ :"T1039" ] = "$1: struct tag mismatch $2 and $3"
988
989# T1040 $1 specified for void pointer type"
990@@error_message[ :"T1040" ] = "$1 specified for void pointer type"
991
992### gen_xml.rb
993# T2001 fail to create XML file $1"
994@@error_message[ :"T2001" ] = "fail to create XML file $1"
995
996# TEMPORAL set_definition_join: uninitialized array member"
997@@error_message[ :"TEMPORAL" ] = "set_definition_join: uninitialized array member"
998
999# V1001 $1: unable for $2"
1000@@error_message[ :"V1001" ] = "$1: unable for $2"
1001
1002# V1002 $1: cannot cast to bool (implicitly)"
1003@@error_message[ :"V1002" ] = "$1: cannot cast to bool (implicitly)"
1004
1005# V1003 $1: cannot cast to integer (implicitly)"
1006@@error_message[ :"V1003" ] = "$1: cannot cast to integer (implicitly)"
1007
1008# V1004 $1: cannot cast to float (implicitly)"
1009@@error_message[ :"V1004" ] = "$1: cannot cast to float (implicitly)"
1010
1011# V1005 Cannot cast pointer to float"
1012@@error_message[ :"V1005" ] = "Cannot cast pointer to float"
1013
1014# V1006 pointer value cannot cast to $1"
1015@@error_message[ :"V1006" ] = "pointer value cannot cast to $1"
1016
1017# V1007 convert pointer value to bool"
1018@@error_message[ :"V1007" ] = "convert pointer value to bool"
1019
1020# V1008 convert pointer value to integer without cast"
1021@@error_message[ :"V1008" ] = "convert pointer value to integer without cast"
1022
1023# V1009 / : divieded by zero"
1024@@error_message[ :"V1009" ] = "/ : divieded by zero"
1025
1026# V1010 / : divieded by zero"
1027@@error_message[ :"V1010" ] = "/ : divieded by zero"
1028
1029# V1011 % : divieded by zero"
1030@@error_message[ :"V1011" ] = "% : divieded by zero"
1031
1032# V1012 % : divieded by zero"
1033@@error_message[ :"V1012" ] = "% : divieded by zero"
1034
1035# V1013 integer value cannot cast to $1"
1036@@error_message[ :"V1013" ] = "integer value cannot cast to $1"
1037
1038# V1014 comparing bool value with \'$1\'"
1039@@error_message[ :"V1014" ] = "comparing bool value with \'$1\'"
1040
1041# V1015 comparing bool value with \'$1\'"
1042@@error_message[ :"V1015" ] = "comparing bool value with \'$1\'"
1043
1044# V1016 bool value cannot cast to $1"
1045@@error_message[ :"V1016" ] = "bool value cannot cast to $1"
1046
1047# V1017 / : divieded by zero"
1048@@error_message[ :"V1017" ] = "/ : divieded by zero"
1049
1050# V1018 % : divieded by zero"
1051@@error_message[ :"V1018" ] = "% : divieded by zero"
1052
1053# V1019 floating value cannot cast to $1"
1054@@error_message[ :"V1019" ] = "floating value cannot cast to $1"
1055
1056# V1020 convert floating value to bool without cast"
1057@@error_message[ :"V1020" ] = "convert floating value to bool without cast"
1058
1059# V1021 convert floating value to integer without cast"
1060@@error_message[ :"V1021" ] = "convert floating value to integer without cast"
1061
1062# V1022 string cannot cast to integer"
1063@@error_message[ :"V1022" ] = "string cannot cast to integer"
1064
1065# V1023 string cannot cast to float"
1066@@error_message[ :"V1023" ] = "string cannot cast to float"
1067
1068# V1024 string cannot cast to pointer"
1069@@error_message[ :"V1024" ] = "string cannot cast to pointer"
1070
1071# V1025 string cannot cast to $1"
1072@@error_message[ :"V1025" ] = "string cannot cast to $1"
1073
1074###
1075# warning メッセージ
1076@@warning_message = {}
1077
1078### componentobj.rb
1079# W1001 \'$1\': unknown context type. usually specifiy task, non-task or any"
1080@@warning_message[ :"W1001" ] = "\'$1\': unknown context type. usually specifiy task, non-task or any"
1081
1082# W1002 $1: non-active celltype has no entry port & factory"
1083@@warning_message[ :"W1002" ] = "$1: non-active celltype has no entry port & factory"
1084
1085# W1003 $1 : require call port overridden in $2"
1086@@warning_message[ :"W1003" ] = "$1 : require call port overridden in $2"
1087
1088# W1004 $1 : specified singleton but has no singleton in this celltype"
1089@@warning_message[ :"W1004" ] = "$1 : specified singleton but has no singleton in this celltype"
1090
1091# W1005 $1 : idx_is_id is ineffective for composite celltype"
1092@@warning_message[ :"W1005" ] = "$1 : idx_is_id is ineffective for composite celltype"
1093
1094# W1006 $1 : only prototype, unused and undefined cell"
1095@@warning_message[ :"W1006" ] = "$1 : only prototype, unused and undefined cell"
1096
1097# W1007 $1 : non-active cell has no entry join and no factory"
1098@@warning_message[ :"W1007" ] = "$1 : non-active cell has no entry join and no factory"
1099
1100# W1008 $1: reuse designation mismatch with previous import"
1101@@warning_message[ :"W1008" ] = "$1: reuse designation mismatch with previous import"
1102
1103# "W1009 $1: fixed join entry port has multi join"
1104@@warning_message[ :"W1009" ] = "$1: fixed join entry port has multi join"
1105
1106### types.rb
1107# W2001 signed int$1_t: obsolete. use int$2_t"
1108@@warning_message[ :"W2001" ] = "signed int$1_t: obsolete. use int$2_t"
1109
1110# W2002 unsinged int$1_t: obsolete. use uint$2_t"
1111@@warning_message[ :"W2002" ] = "unsinged int$1_t: obsolete. use uint$2_t"
1112
1113# W2003 $1: too large to cast to $2, clipped($3)"
1114@@warning_message[ :"W2003" ] = "$1: too large to cast to $2, clipped($3)"
1115
1116# W2004 $1: too small to cast to $2, clipped($3)"
1117@@warning_message[ :"W2004" ] = "$1: too small to cast to $2, clipped($3)"
1118
1119# W2005 $1: negative value for unsigned: convert to $2"
1120@@warning_message[ :"W2005" ] = "$1: negative value for unsigned: convert to $2"
1121
1122### syntaxobj.rb
1123# W3001 $1: duplicate"
1124@@warning_message[ :"W3001" ] = "$1: duplicate"
1125
1126# W3002 $1: this string might cause buffer over run"
1127@@warning_message[ :"W3002" ] = "$1: this string might cause buffer over run"
1128
1129# W3003 $1 pointer level mismatch"
1130@@warning_message[ :"W3003" ] = "$1 pointer level mismatch"
1131
1132# W3004 $1 pointer type has returned. specify deviate or stop return pointer"
1133@@error_message[ :"W3004" ] = "$1 pointer type has returned. specify deviate or stop return pointer"
1134
1135# W3005 '$1' size_is always lower than max. max is ignored"
1136@@error_message[ :"W3005" ] = "'$1' size_is always lower than max. max is ignored"
1137
1138### bnf.y.rb
1139# W5001 bool: obsolete type. use bool_t"
1140@@warning_message[ :"W5001" ] = "bool: obsolete type. use bool_t"
1141
1142# W5002 float: obsolete type. use float32_t"
1143@@warning_message[ :"W5002" ] = "float: obsolete type. use float32_t"
1144
1145# W5003 double: obsolete type. use double64_t"
1146@@warning_message[ :"W5003" ] = "double: obsolete type. use double64_t"
1147
1148# W5004 char: obsolete type. use char_t"
1149@@warning_message[ :"W5004" ] = "char: obsolete type. use char_t"
1150
1151# W5005 int8: obsolete. use int8_t"
1152@@warning_message[ :"W5005" ] = "int8: obsolete. use int8_t"
1153
1154# W5006 int16: obsolete. use int16_t"
1155@@warning_message[ :"W5006" ] = "int16: obsolete. use int16_t"
1156
1157# W5007 int32: obsolete. use int32_t"
1158@@warning_message[ :"W5007" ] = "int32: obsolete. use int32_t"
1159
1160# W5008 int64: obsolete. use int64_t"
1161@@warning_message[ :"W5008" ] = "int64: obsolete. use int64_t"
1162
1163# W5009 int64: obsolete. use int64_t"
1164@@warning_message[ :"W5009" ] = "int64: obsolete. use int64_t"
1165
1166# W5010 need 'void' for no parameter"
1167@@warning_message[ :"W5010" ] = "need 'void' for no parameter"
1168
1169# W5011 need 'void' for no parameter"
1170@@warning_message[ :"W5011" ] = "need 'void' for no parameter"
1171
1172### C_parser.y.rb
1173# W6001 need 'void' for no parameter"
1174@@warning_message[ :"W6001" ] = "need 'void' for no parameter"
1175
1176# W6002 need 'void' for no parameter"
1177@@warning_message[ :"W6002" ] = "need 'void' for no parameter"
1178
1179# W6003 need 'void' for no parameter"
1180@@warning_message[ :"W6003" ] = "need 'void' for no parameter"
1181
1182# W6004 need 'void' for no parameter"
1183@@warning_message[ :"W6004" ] = "need 'void' for no parameter"
1184
1185end
Note: See TracBrowser for help on using the repository browser.