Everything
10.5.5 ワーニング

表 10.6

ワーニング

W0511105

[メッセージ]

"path" specified by the "character string" option is a file. Specify a folder.

[説明]

"文字列"オプションで指定された"パス名"はファイルです。フォルダを指定してください。

W0511106

[メッセージ]

The folder "folder" specified by the "character string" option is not found.

[説明]

"文字列"オプションで指定されたフォルダ"フォルダ名"が見つかりません。

W0511123

[メッセージ]

The "character string2" option is ignored when the "character string1" option is specified at the same time.

[説明]

"文字列1"オプションが指定されたので"文字列2"オプションは無視しました。

W0511143

[メッセージ]

The "-Xfloat" option is ignored because specified device does not have FPU.

[説明]

FPUを持っていないデバイスが指定されたので、"-Xfloat"オプションを無視しました。

W0511144

[メッセージ]

"-C" option and "-Xcommon" option is mismatch. Instruction set by "character string1" option is ignored. Create common object for "character string2" instruction set.

[説明]

"-C"オプションと"-Xcommon"オプションが一致しません。"文字列1"オプションの命令セットを無視します。"文字列2"命令セットのコモンオブジェクトを生成します。

W0511146

[メッセージ]

"symbol name" specified in the "character string" option is not allowed for a preprocessor macro. Recognized only as an assembler symbol.

[説明]

"文字列"オプションで指定された"シンボル名"はC言語のマクロでは使用できません。アセンブラのみに指定されたとみなします。

W0511147

[メッセージ]

The "character string" option is specified more than once. The latter is valid.

[説明]

"文字列"オプションが複数指定されています。後の指定が有効になります。

W0511149

[メッセージ]

The "character string2" option is ignored when the "character string1" option and the "character string2" option are inconsistent.

[説明]

"文字列1"オプションと"文字列2"オプションが矛盾しています。"文字列2"オプションを無視します。

W0511151

[メッセージ]

The "character string2" option is ignored when the "character string1" option is not specified.

[説明]

"文字列1"オプションが指定されていないので、"文字列2"オプションを無視します。

W0511153

[メッセージ]

Optimization itemoptions were cleared when "-Ocharacter string" option is specified. Optimization itemoptions need to specify after "-Ocharacter string" option.

[説明]

"-O文字列"が指定されたので最適化詳細オプションはクリアされました。最適化詳細オプションは"-O文字列"の後に指定してください。

W0511156

[メッセージ]

Device file is not found in the folder specified by the "-Xdev_path" option.

[説明]

"-Xdev_path"オプションで指定されたフォルダ上に、デバイス・ファイルが見つかりません。

W0511164

[メッセージ]

Dupulicate file name. "file-name".

[説明]

同じファイル名"ファイル名"が複数指定されています。

W0511166

[メッセージ]

"macro name" is not a valid predefined macro name.

[説明]

マクロ名"マクロ名"はプリディファインドマクロではありません。undefineオプションの指定を無効とします。

W0511168

[メッセージ]

"option-name" option has no effect in this version.

[説明]

本バージョンでは無効なオプションです。

W0511169

[メッセージ]

"内容" is not valid in "language specifications"

[説明]

表示された"内容"は"言語仕様(C、またはC++)"では無効です。

W0511170

[メッセージ]

"option-name" option is ignored due to the specification of another option.

[説明]

このオプションは他のオプションの指定により無視されます。

W0511171

[メッセージ]

"内容" is ignored in "language specifications".

[説明]

表示された"内容"は"言語仕様(C、またはC++)"では無視されます。

W0511172

[メッセージ]

Nothing to compile, assemble or link.(input and output combination)

[説明]

コンパイル、アセンブルまたはリンク処理のいずれも行う必要がありません。

[対処方法]

入力ファイルの構成とoutput オプション指定の組み合わせを確認してください。

W0511179

[メッセージ]

The evaluation version is valid for the remaining number days.

[説明]

この評価版は残り 数字 日間有効です。

W0511180

[メッセージ]

The evaluation period has expired.

[説明]

評価期間の有効期限が切れています。

W0511185

[メッセージ]

The trial period for the features of the Professional edition expires in number days.

[説明]

professional版の機能の試用期間は残り数字日です。

W0519999

[メッセージ]

The "option-name" option is not implemented.

[説明]

"オプション名"オプションは実装されていません。

W0520001

[メッセージ]

ファイルの最終行が改行で終了していません。

[対処方法]

改行を追加してください。

W0520009

[メッセージ]

Nested comment is not allowed.

[説明]

コメントのネスティングは許されていません。

[対処方法]

ネストしないようにしてください。

W0520011

[メッセージ]

Unrecognized preprocessing directive.

[説明]

不明な前処理指令があります。

W0520012

[メッセージ]

Parsing restarts here after previous syntax error.

[説明]

前に構文エラーがあるため、ここより文法の解析を再開します。

W0520014

[メッセージ]

Extra text after expected end of preprocessing directive.

[説明]

前処理指令の後に不正な文字があります。

W0520019

[メッセージ]

Extra text after expected end of number.

[説明]

数値の後に不正な文字があります。

W0520021

[メッセージ]

Type qualifiers are meaningless in this declaration.

[説明]

型修飾子はこの宣言では無効です。無視しました。

W0520026

[メッセージ]

Too many characters in character constant.

[説明]

文字定数中の文字が多すぎます。文字定数は複数の文字を含むことはできません。

W0520027

[メッセージ]

char 型の値が範囲を越えています。

[説明]

char型の値が範囲を越えています。

W0520038

[メッセージ]

Directive is not allowed -- an #else has already appeared.

[説明]

この前処理指令は許可されていません -- #else はすでにあります。

W0520039

[メッセージ]

Division by zero.

[説明]

0で除算を行いました。

W0520042

[メッセージ]

Operand types are incompatible ("1" and "2").

[説明]

オペランドの型が適合しません("1"と"2")。

W0520045

[メッセージ]

#undef may not be used on this predefined name.

[説明]

既定義名に対して#undef を使用できません。

W0520046

[メッセージ]

symbol is predefined; attempted redefinition ignored.

[説明]

symbol を再定義することはできません。

W0520047

[メッセージ]

Incompatible redefinition of macro "symbol".

[説明]

マクロ "symbol" の適合しない再定義があります。

W0520054

[メッセージ]

Too few arguments in macro invocation.

[説明]

マクロに対する引数が足りません。

W0520055

[メッセージ]

Too many arguments in macro invocation.

[説明]

マクロに対する引数が多すぎます。

W0520061

[メッセージ]

Integer operation result is out of range.

[説明]

整数演算の結果が範囲を越えました。

W0520062

[メッセージ]

Shift count is negative.

[説明]

シフト数が負数です。ANSI-Cでは未定義の動作となります。

W0520063

[メッセージ]

Shift count is too large.

[説明]

シフト数が多すぎます。

W0520064

[メッセージ]

Declaration does not declare anything.

[説明]

この宣言は何も宣言できません。

W0520066

[メッセージ]

Enumeration value is out of "int" range.

[説明]

enumの値が "int" の範囲を越えています。

W0520068

[メッセージ]

Integer conversion resulted in a change of sign.

[説明]

整数変換で結果の符号が反転しました。

W0520069

[メッセージ]

Integer conversion resulted in truncation.

[説明]

整数型の変換において、切り捨てが生じます。

W0520070

[メッセージ]

Incomplete type is not allowed.

[説明]

不完全型は許されていません。

W0520076

[メッセージ]

Argument to macro is empty.

[説明]

マクロに対する引数がありません。

W0520077

[メッセージ]

This declaration has no storage class or type specifier.

[説明]

宣言に記憶域クラスまたは型指定子がありません。

W0520082

[メッセージ]

Storage class is not first.

[説明]

記憶域クラスが最初にありません。記憶域クラスは宣言の最初に指定してください。

W0520083

[メッセージ]

Type qualifier specified more than once.

[説明]

型修飾子が複数回指定されました。

W0520085

[メッセージ]

Invalid storage class for a parameter.

[説明]

引数に対する記憶域クラスが不正です。

W0520086

[メッセージ]

Invalid storage class for a function.

[説明]

関数に対する記憶域クラスが不正です。

W0520099

[メッセージ]

A declaration here must declare a parameter.

[説明]

ここでの宣言は引数宣言でなければなりません。

W0520101

[メッセージ]

xxx has already been declared in the current scope.

[説明]

xxx はすでにこのスコープで宣言されています。

W0520108

[メッセージ]

Signed bit field of length 1.

[説明]

1ビットの符号付きビット・フィールドです。

W0520111

[メッセージ]

Statement is unreachable.

[説明]

文は実行されません。

W0520117

[メッセージ]

Non-void "symbol" should return a value.

[説明]

voidでない関数"シンボル"は値を返す必要があります。

W0520118

[メッセージ]

A void function may not return a value.

[説明]

void 関数は値を返せません。

W0520127

[メッセージ]

Expected a statement.

[説明]

文がありません。

W0520128

[メッセージ]

Loop is not reachable from preceding code.

[説明]

ループはその前のコードから到達しません。

W0520138

[メッセージ]

Taking the address of a register variable is not allowed.

[説明]

レジスタ変数に対するアドレス演算子は許されていません。

W0520139

[メッセージ]

Taking the address of a bit field is not allowed.

[説明]

ビット・フィールドに対するアドレス演算子は許されていません。

W0520140

[メッセージ]

Too many arguments in function call.

[説明]

関数呼び出しに対する引数が多すぎます。

W0520144

[メッセージ]

A value of type "型名1"" cannot be used to initialize an entity of type "型名2".

[説明]

型 "型名1" の値は型 "型名2" の実体の初期化には使用できません。

W0520147

[メッセージ]

Declaration is incompatible with "宣言".

[説明]

宣言は"宣言"と整合しません。

W0520152

[メッセージ]

Conversion of nonzero integer to pointer.

[説明]

0でない値がポインタに変換されました。

W0520157

[メッセージ]

Expression must be an integral constant expression.

[説明]

式は整数定数式である必要があります。

W0520161

[メッセージ]

Unrecognized #pragma.

[説明]

認識されない #pragma です。

W0520165

[メッセージ]

Too few arguments in function call.

[説明]

関数呼び出しに引数が足りません。

W0520167

[メッセージ]

Argument of type "型名1" is incompatible with parameter of type "型名2".

[説明]

"型名1"型の引数は型"型名2"の引数と整合しません。

W0520170

[メッセージ]

Pointer points outside of underlying object.

[説明]

ポインタがオブジェクトから外れた位置を指しました。

W0520171

[メッセージ]

Invalid type conversion.

[説明]

不正な型変換です。

W0520172

[メッセージ]

External/internal linkage conflict with previous declaration.

[説明]

外部または内部リンケージが以前の宣言と整合しません。

W0520173

[メッセージ]

Floating-point value does not fit in required integral type.

[説明]

浮動小数点数は要求された整数型に入りません。

W0520174

[メッセージ]

Expression has no effect.

[説明]

式は作用しません。無効です。

W0520175

[メッセージ]

Subscript out of range.

[説明]

添字が範囲を越えました。

W0520177

[メッセージ]

種別 "シンボル名" was declared but never referenced

[説明]

種別"シンボル名"は宣言されましたが参照されていません。

W0520179

[メッセージ]

Right operand of "%" is zero.

[説明]

"%"の右オペランドが0です。

W0520180

[メッセージ]

Argument is incompatible with formal parameter.

[説明]

実引数が仮引数と整合しません。

W0520181

[メッセージ]

引数は対応するフォーマット文字列に整合しません。

W0520185

[メッセージ]

Dynamic initialization in unreachable code.

[説明]

実行されないコードの中に動的初期化があります。

W0520186

[メッセージ]

Pointless comparison of unsigned integer with zero.

[説明]

符号なし整数と 0 の比較は無意味です。

W0520187

[メッセージ]

Use of "=" where "==" may have been intended.

[説明]

"=="と思われる"="の使用があります。

W0520188

[メッセージ]

Enumerated type mixed with another type.

[説明]

列挙型に別の型が混在しています。

W0520191

[メッセージ]

Type qualifier is meaningless on cast type.

[説明]

型修飾子はキャスト型に意味を持ちません。

W0520192

[メッセージ]

Unrecognized character escape sequence.

[説明]

認識されないエスケープ・シーケンスがあります。

W0520223

[メッセージ]

Function xxx declared implicitly.

[説明]

関数 xxxは暗黙に宣言されました。

W0520224

[メッセージ]

The format string requires additional arguments.

[説明]

フォーマット文字列にはさらなる引数が必要です。

W0520225

[メッセージ]

The format string ends before this argument.

[説明]

フォーマット文字列に対して引数が多すぎます。

W0520226

[メッセージ]

Invalid format string conversion.

[説明]

不正なフォーマット文字列です。

W0520229

[メッセージ]

Bt field cannot contain all values of the enumerated type.

[説明]

ビット・フィールドは列挙型のすべての値を保持できません。

W0520231

[メッセージ]

Declaration is not visible outside of function.

[説明]

宣言は関数の外で見えません。

W0520232

[メッセージ]

Old-fashioned typedef of "void" ignored.

[説明]

古い仕様の "void" typedef です。無視されました。

W0520236

[メッセージ]

Controlling expression is constant.

[説明]

制御式が定数です。

W0520257

[メッセージ]

const "symbol" requires an initializer.

[説明]

const 変数 "symbol" は初期化子が必要です。

W0520260

[メッセージ]

Explicit type is missing ("int" assumed).

[説明]

明示的な型がありません。"int"として扱います。

W0520262

[メッセージ]

Not a class or struct name.

[説明]

基底クラスで指定されたクラスまたは構造体がありません。

W0520280

[メッセージ]

Declaration of a member with the same name as its class.

[説明]

クラス名と同じ名前のメンバ名を宣言しています。

W0520284

[メッセージ]

NULL reference is not allowed.

[説明]

NULL へのリファレンスは許されません。指定された通りに式を評価します。

W0520296

[メッセージ]

Invalid use of non-lvalue array.

[説明]

左辺値でない配列の不正な利用です。

W0520300

[メッセージ]

A pointer to a bound function may only be used to call the function.

[説明]

メンバ関数へのポインタを関数呼び出し以外に使用しています。

W0520301

[メッセージ]

typedef name has already been declared (with same type).

[説明]

typedef名はすでに同じ型で宣言されています。

W0520326

[メッセージ]

Inline is not allowed.

[説明]

inline は許されていません。

W0520335

[メッセージ]

Linkage specification is not allowed.

[説明]

リンケージの指定は許されていません。

W0520368

[メッセージ]

xxx defines no constructor to initialize the following:

[説明]

名前は初期化のためのコンストラクタを定義していません。

W0520370

[メッセージ]

symbol has an uninitialized const field.

[説明]

symbol は const のフィールドが初期化されていません。

W0520375

[メッセージ]

Declaration requires a typedef name.

[説明]

宣言はtypedef名を必要とします。

W0520377

[メッセージ]

"virtual" is not allowed.

[説明]

virtual を指定することはできません。

W0520381

[メッセージ]

Extra ";" ignored.

[説明]

余分な ";" を無視しました。

W0520382

[メッセージ]

In-class initializer for nonstatic member is nonstandard.

[説明]

非スタティックなメンバを初期化するのは標準形式ではありません。

W0520414

[メッセージ]

Delete of pointer to incomplete class.

[説明]

不完全型クラスへのポインタは削除されました。

W0520430

[メッセージ]

Returning reference to local temporary.

[説明]

関数内にローカルな領域のリファレンスをリターン値にしています。

W0520494

[メッセージ]

Declaring a void parameter list with a typedef is nonstandard.

[説明]

typedefを伴うvoidの引数リストの宣言は標準でありません。

W0520497

[メッセージ]

Declaration of %sq hides template parameter.

[説明]

名前の宣言はテンプレート引数を隠蔽します。

W0520512

[メッセージ]

Type qualifier on a reference type is not allowed.

[説明]

リファレンス型にconst/volatile 修飾を指定することはできません。

W0520513

[メッセージ]

A value of type "type1" cannot be assigned to an entity of type "type2".

[説明]

型 "type1" の値は型 "type2" の実体として代入できません。

W0520514

[メッセージ]

Pointless comparison of unsigned integer with a negative constant.

[説明]

負の定数とunsigned型の比較は意味がありません。

W0520520

[メッセージ]

Initialization with "{...}" expected for aggregate object.

[説明]

集成体は"{...}"により初期化してください。

W0520522

[メッセージ]

Pointless friend declaration.

[説明]

自分自身へのフレンド宣言をしています。

W0520523

[メッセージ]

"." used in place of "::" to form a qualified name.

[説明]

“.”がスコープ解決子 “::”の代わりに使用されています。

W0520533

[メッセージ]

Handler is potentially masked by previous handler for type "type".

[説明]

ハンドラは型 "type" の以前のハンドラに潜在的にマスクされます。

W0520541

[メッセージ]

Omission of exception specification is incompatible with previous 名前.

[説明]

例外処理の省略形が前の"名前"と合致しません。

W0520549

[メッセージ]

"symbol" is used before its value is set.

[説明]

"シンボル名"は値が設定される前に使用されました。

W0520550

[メッセージ]

"symbol" was set but never used.

[説明]

"シンボル名"は設定されていますが利用されていません。

W0520552

[メッセージ]

Exception specification is not allowed.

[説明]

例外処理指定は許されません。例外処理を無効にします。

W0520553

[メッセージ]

external/internal linkage conflict for "symbol".

[説明]

external/internal のリンケージが不適合を起こしています "symbol"。

W0520554

[メッセージ]

名前will not be called for implicit or explicit conversions.

[説明]

変換関数"名前"は暗黙的にも明示的にも呼ばれることはありません。

W0520611

[メッセージ]

Overloaded virtual function 名前1 is only partially overridden in 名前2.

[説明]

名前1のオーバーロード仮想関数は"名前2"の中で一部の仮想関数だけが置き換えの対象になります。指定された通りに処理を継続します。

W0520617

[メッセージ]

Pointer-to-member-function cast to pointer to function.

[説明]

メンバ関数ポインタを関数ポインタにキャストしています。

W0520618

[メッセージ]

Struct or union declares no named members.

[説明]

構造体か共用体に名前のないメンバがあります。

W0520650

[メッセージ]

Calling convention specified here is ignored.

[説明]

ここでの呼び出し規則指定は無視されました。

W0520657

[メッセージ]

Inline specification is incompatible with previous "symbol".

[説明]

inline 指定子は前の "symbol" と整合しません。

W0520662

[メッセージ]

Call of pure virtual function.

[説明]

純粋仮想関数が関数を呼び出しています。

W0520676

[メッセージ]

Using out-of-scope declaration of "シンボル名".

[説明]

"シンボル名"の宣言のスコープ外で使用されました。

W0520691

[メッセージ]

xxx, required for copy that was eliminated, is inaccessible.

[説明]

コピーコンストラクタにアクセスできません。

W0520692

[メッセージ]

xxx, required for copy that was eliminated, is not callable because reference parameter cannot be bound to rvalue.

[説明]

コピーコンストラクタを呼び出すことができません。

W0520708

[メッセージ]

Incrementing a bool value is deprecated.

[説明]

bool 型の値をインクリメントしています。値をインクリメントして処理を継続します。

W0520720

[メッセージ]

Redeclaration of xxx is not allowed to alter its access.

[説明]

名前の再宣言でアクセス指定を変更することはできません。前の宣言のアクセス指定を有効にします。

W0520722

[メッセージ]

Use of alternative token "<:" appears to be unintended.

[説明]

2 文字表記"<:"が使用されました。"["と解釈します。

W0520723

[メッセージ]

Use of alternative token "%%:" appears to be unintended.

[説明]

2 文字表記"%:"が使用されました。"#"と解釈します。

W0520737

[メッセージ]

Using-declaration ignored -- it refers to the current namespace.

[説明]

現在のnamespace スコープの名前をusing 宣言しています。using 宣言を無視します。

W0520748

[メッセージ]

Calling convention specified more than once.

[説明]

呼び出し規則指定が複数回指定されています。

W0520760

[メッセージ]

シンボル explicitly instantiated more than once.

[説明]

"シンボル"を具現化できませんでした。

W0520767

[メッセージ]

Conversion from pointer to smaller integer.

[説明]

ポインタが幅の小さな整数に変換されました。

W0520780

[メッセージ]

Reference is to シンボル1 -- under old for-init scoping rules it would have been シンボル2.

[説明]

"シンボル1"を参照しています。

W0520783

[メッセージ]

Empty comment interpreted as token-pasting operator "##".

[説明]

空のコメントは字句連結オペレータ”##”と仮定します。

W0520794

[メッセージ]

Template parameter %sq may not be used in an elaborated type specifier.

[説明]

class 指定にテンプレート引数を使用することはできません。class 指定を無効にしてテンプレートを有効にします。

W0520802

[メッセージ]

Specifying a default argument when redeclaring an unreferenced function template is nonstandard.

[説明]

未参照の関数テンプレートを再宣言するときにデフォルト引数を指定しています。デフォルト引数を無視します。

W0520806

[メッセージ]

Omission of exception specification is incompatible with 名前.

[説明]

throw 例外指定の省略は"名前"の例外指定と合致しません。"名前"を有効にします。

W0520812

[メッセージ]

const object requires an initializer -- class has no explicitly declared default constructor.

[説明]

const 型オブジェクトには初期化指定が必要です。クラス""が明示的に宣言されたデフォルトコンストラクタを持ちません。

W0520815

[メッセージ]

Type qualifier on return type is meaningless.

[説明]

返却型に対する型修飾子は意味がありません。

W0520825

[メッセージ]

Virtual inline 名前 was never defined.

[説明]

仮想インラインメンバ関数"名前"の定義がありません。

W0520826

[メッセージ]

名前 was never referenced.

[説明]

関数の引数"名前"は参照されません。

W0520829

[メッセージ]

Double used for "long double" in generated C code.

[説明]

double が "long double"として生成されたCコードで使用されています。

W0520830

[メッセージ]

xxx has no corresponding operator deleteyyy (to be called if an exception is thrown during initialization of an allocated object).

[説明]

対応するoperator delete がありません。

W0520831

[メッセージ]

Support for placement delete is disabled

[説明]

operator delete 関数の型が正しくありません。

W0520836

[メッセージ]

Returning reference to local variable.

[説明]

局所変数のリファレンスをリターン値に指定しています。指定された処理を継続します。

W0520837

[メッセージ]

Omission of explicit type is nonstandard ("int" assumed).

[説明]

型指定がありません。int 型を仮定します。

W0520867

[メッセージ]

Declaration of "size_t" does not match the expected type "type".

[説明]

size_tの宣言は期待された型 "type" と一致しません。

W0520870

[メッセージ]

Invalid multibyte character sequence.

[説明]

不正な多バイト文字列です。

W0520902

[メッセージ]

Type qualifier ignored.

[説明]

型修飾子を無視しました。

W0520912

[メッセージ]

Ambiguous class member reference -- シンボル1 used in preference to シンボル2.

[説明]

あいまいなクラスメンバの参照です。シンボル1シンボル2 に優先して参照します。

W0520925

[メッセージ]

Type qualifiers on function types are ignored.

[説明]

関数型の型修飾子は無視されました。

W0520936

[メッセージ]

Redeclaration of 名前 alters its access.

[説明]

"名前"の再宣言でアクセス指定を変更しています。再定義されたアクセス指定を有効にします。

W0520940

[メッセージ]

Missing return statement at end of non-void "symbol"..

[説明]

void でない "symbol" に return 文がありません。

W0520941

[メッセージ]

Duplicate using-declaration of 名前 ignored.

[説明]

using 宣言"名前"を重複指定しています。重複したusing 宣言を無効にします。

W0520942

[メッセージ]

enum bit-fields are always unsigned, but enum xxx includes negative enumerator.

[説明]

列挙型のビットフィールドは常に unsigned です。しかしenum "type" は負の列挙子を持ちます。

W0520948

[メッセージ]

Nonstandard local-class friend declaration -- no prior declaration in the enclosing scope.

[説明]

非標準形式のローカルクラスのフレンド宣言です。クラスの定義内に前方宣言がありません。

W0520951

[メッセージ]

Return type of function "main" must be "int".

[説明]

main 関数の返却型は "int" である必要があります。

W0520959

[メッセージ]

Declared size for bit field is larger than the size of the bit field type; truncated to any-string bits.

[説明]

宣言されたビット・フィールドの幅はビット・フィールドの型より大きいです。any-string ビットに縮小されます。

W0520961

[メッセージ]

Use of a type with no linkage to declare a variable with linkage.

[説明]

リンケージを持たない型がリンケージを持つ変数宣言に使用されました。

W0520962

[メッセージ]

Use of a type with no linkage to declare a function.

[説明]

リンケージを持たない型が関数に使用されました。

W0520970

[メッセージ]

The qualifier on this friend declaration is ignored.

[説明]

このフレンド宣言への修飾子は無視されます。

W0520973

[メッセージ]

Inline used as a function qualifier is ignored.

[説明]

inline 関数修飾子は無視されました。

W0520984

[メッセージ]

operator new and operator delete cannot be given internal linkage.

[説明]

operator new/operator delete がstatic で定義されています。

W0520991

[メッセージ]

Extra braces are nonstandard.

[説明]

余分な括弧は標準ではありません。

W0520993

[メッセージ]

Subtraction of pointer types "型名1" and "型名2" is nonstandard.

[説明]

"型名1"と"型名2"のポインタ型の減算は標準ではありません。

W0520997

[メッセージ]

関数名2 is hidden by 関数名1 -- virtual function override intended?

[説明]

"関数名1"が"関数名2"を隠しています。仮想関数をオーバーライドしようとしていないか確認してください。

W0521000

[メッセージ]

A storage class may not be specified here.

[説明]

記憶域クラスはここでは指定できません。

W0521028

[メッセージ]

Invalid redeclaration of nested class.

[説明]

クラス内でクラスを二重定義しています。

W0521030

[メッセージ]

A variable with static storage duration cannot be defined within an inline function.

[説明]

静的変数は inline 関数で定義できません。

W0521046

[メッセージ]

Floating-point value cannot be represented exactly.

[説明]

浮動小数点の値が正しく記述されていません。

W0521050

[メッセージ]

Imaginary *= imaginary sets the left-hand operand to zero.

[説明]

虚数 *= 虚数は左オペランドを 0 にします。

W0521051

[メッセージ]

Standard requires that "symbol" be given a type by a subsequent declaration ("int" assumed).

[説明]

symbol の型は直後の宣言により与えられなければなりません("int" に仮定されます)。

W0521053

[メッセージ]

Conversion from integer to smaller pointer.

[説明]

整数がそれより幅の小さなポインタに変換されました。

W0521055

[メッセージ]

Types cannot be declared in anonymous unions.

[説明]

型を無名共用体内で宣言することはできません。

W0521056

[メッセージ]

Returning pointer to local variable.

[説明]

ローカル変数へのポインタが返却されました。

W0521057

[メッセージ]

Returning pointer to local temporary.

[説明]

ローカルな領域へのポインタを返しています。

W0521072

[メッセージ]

A declaration cannot have a label.

[説明]

宣言はラベルを持てません。

W0521105

[メッセージ]

#warning directive: 文字列.

[説明]

#warning 指令: 文字列

W0521145

[メッセージ]

1 would have been promoted to "2" when passed through the ellipsis parameter; use the latter type instead.

[説明]

12 へと拡張されます。2 を使用します。

W0521163

[メッセージ]

va_start should only appear in a function with an ellipsis parameter.

[説明]

va_start が使用されるのは省略記号を引数とする関数のみです。

W0521192

[メッセージ]

Null (zero) character in input line ignored.

[説明]

null 文字 (zero) の入力は無視されました。

W0521193

[メッセージ]

Null (zero) character in string or character constant.

[説明]

null 文字 (zero) が文字列か文字定数にありました。

W0521194

[メッセージ]

Null (zero) character in header name.

[説明]

null 文字 (zero) がヘッダ・ファイル名にあります。

W0521197

[メッセージ]

The prototype declaration of %nfd is ignored after this unprototyped redeclaration.

[説明]

関数原型を無視します。

W0521211

[メッセージ]

Nonstandard cast to array type ignored.

[説明]

標準でない配列型へのキャストは無視されました。

W0521213

[メッセージ]

field uses tail padding of a base class.

[説明]

フィールドは基底クラスの終端パディングを使用しています。

W0521218

[メッセージ]

Base class xxx uses tail padding of base class yyy.

[説明]

基底クラス1 は基底クラス2の終端パディングを使用しています。

W0521222

[メッセージ]

Invalid error number.

[説明]

不正なエラー番号です。

W0521223

[メッセージ]

Invalid error tag.

[説明]

不正なエラータグです。

W0521224

[メッセージ]

Expected an error number or error tag.

[説明]

エラー番号かエラータグがありません。

W0521235

[メッセージ]

Nonstandard conversion between pointer to function and pointer to data.

[説明]

非標準形式の変換がポインタ関数と不完全なオブジェクト間で行われました。

W0521273

[メッセージ]

Alignment-of operator applied to incomplete type.

[説明]

オペレータのアライメントが不完全な型に対して適用されました。

W0521285

[メッセージ]

Nonstandard qualified name in namespace member declaration.

[説明]

非標準形式の修飾子名が名前空間のメンバの宣言に使用されています。

W0521290

[メッセージ]

Non-POD class type passed through ellipsis.

[説明]

非POD クラス型が省略記号に渡されています。

W0521294

[メッセージ]

Integer operand may cause fixed-point overflow.

[説明]

整数オペランドは固定小数点でオーバフローを起こす原因となります。

W0521296

[メッセージ]

Fixed-point value cannot be represented exactly.

[説明]

固定小数点値が正確に表現できません。

W0521297

[メッセージ]

Constant is too large for long long; given unsigned long long type (nonstandard).

[説明]

定数が long long 型には大きすぎます。unsigned long long 型にしてください(標準ではありません)。

W0521301

[メッセージ]

xxx declares a non-template function -- add <> to refer to a template instance.

[説明]

非テンプレート関数を宣言しています。

W0521302

[メッセージ]

Operation may cause fixed-point overflow.

[説明]

処理は固定小数点のオーバフローを起こす原因となります。

W0521307

[メッセージ]

Class member typedef may not be redeclared.

[説明]

クラスメンバのtypedef を再宣言してはいけません。

W0521308

[メッセージ]

Taking the address of a temporary.

[説明]

テンポラリのアドレスが取得されました。

W0521310

[メッセージ]

Fixed-point value implicitly converted to floating-point type.

[説明]

固定小数点値が暗黙に浮動小数点型に変換されました。

W0521316

[メッセージ]

Value cannot be converted to fixed-point value exactly.

[説明]

値は厳密に固定小数点値に変換できません。

W0521319

[メッセージ]

Fixed-point operation result is out of range.

[説明]

固定小数点の処理が範囲を越えました。

W0521342

[メッセージ]

const_cast to enum type is nonstandard.

[説明]

const_cast で列挙型をキャストするのは標準形式ではありません。

W0521346

[メッセージ]

Function returns incomplete class type %t.

[説明]

関数が不正なクラス型を返しています。

W0521361

[メッセージ]

Negation of an unsigned fixed-point value.

[説明]

符号なし固定小数点値を反転しました。

W0521373

[メッセージ]

Implicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem).

[説明]

64 ビット整数型がより小さい整数型へと暗黙的に変換されています。移植性の問題になる可能性があります。

W0521374

[メッセージ]

Explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem).

[説明]

64 ビット整数型がより小さい整数型へと明示的に変換されています。移植性の問題になる可能性があります。

W0521375

[メッセージ]

Conversion from pointer to same-sized integral type (potential portability problem).

[説明]

ポインタが同じサイズの整数型に変換されました(潜在的な移植性の問題があります)。

W0521386

[メッセージ]

Storage specifier ignored.

[説明]

記憶クラス指定子を無視します。

W0521396

[メッセージ]

White space between backslash and newline in line splice ignored.

[説明]

連結行のバック・スラッシュと改行の間に空白類がありました。無視します。

W0521400

[メッセージ]

positional format specifier cannot be zero.

[説明]

positional format 指定子は 0 を指定できません。

W0521420

[メッセージ]

Some enumerator values cannot be represented by the integral type underlying the enum type.

[説明]

いくつかの列挙子はその列挙型の潜在的な整数型で表現できません。

W0521422

[メッセージ]

Multicharacter character literal (potential portability problem).

[説明]

多バイト文字リテラルです。潜在的な移植性の問題があります。

W0521427

[メッセージ]

offsetof applied to non-POD types is nonstandard.

[説明]

offsetof を non-POD 型に指定するのは標準ではありません。

W0521433

[メッセージ]

No prior push_macro for xxx.

[説明]

xxxのpush_macroは優先されません。

W0521443

[メッセージ]

__real/__imag applied to real value.

[説明]

__real/__imag が実数に指定されました。

W0521444

[メッセージ]

symbol was declared "deprecated (xxx)".

[説明]

symbol は"deprecated (xxx)"に宣言されました。

W0521546

[メッセージ]

Argument must be a constant null pointer value.

[説明]

引数は null ポインタ値でなければなりません。

W0521547

[メッセージ]

Insufficient number of arguments for sentinel value.

[説明]

センチネル値への引数番号は不適当です。

W0521548

[メッセージ]

Sentinel argument must correspond to an ellipsis parameter.

[説明]

センチネル引数は省略引数に一致する必要があります。

W0521551

[メッセージ]

No #pragma start_map_region is currently active: pragma ignored.

[説明]

#pragma start_map_region は現在有効ではありません: pragma は無視されました。

W0521553

[メッセージ]

Nonstandard empty wide character literal treated as L'0'.

[説明]

非標準の空のワイド文字リテラルは L'0' として扱います。

W0521561

[メッセージ]

Predefined meaning of "symbol" discarded.

[説明]

すでに宣言された "symbol" の意味はなくなりました。

W0521564

[メッセージ]

enum qualified name is nonstandard.

[説明]

enum 指定子は標準ではありません。

W0521565

[メッセージ]

Anonymous union qualifier is nonstandard.

[説明]

無名共用体の指定子は標準ではありません。

W0521566

[メッセージ]

Anonymous union qualifier is ignored.

[説明]

無名共用体の指定子は無視されました。

W0521570

[メッセージ]

Nonstandard specifier ignored.

[説明]

標準でない指定子は無視されました。

W0521607

[メッセージ]

関数"関数名"はすでに定義されています。#pragma text を指定できません。

[説明]

関数"関数名"はすでに定義されています。#pragma text を指定できません。指定を無視します。

W0521644

[メッセージ]

Definition at end of file not followed by a semicolon or a declarator.

[説明]

宣言終了のセミコロンがないままファイル末尾に達しました。

W0521649

[メッセージ]

White space is required between the macro name "macro name" and its replacement text

[対処方法]

マクロ名とその置換テキストの間に空白を入れて区切ってください。

W0523042

[メッセージ]

Using xxx function at influence the code generation of "SuperH" compiler.

[説明]

SuperHコンパイラとの互換性に影響する可能性があります。仕様相違の詳細をご確認ください。

W0523060

[メッセージ]

Incompatible section specified.

[説明]

同一識別子が複数回宣言されており、宣言ごとに異なるセクションが指定されています。最初のセクションを有効にします。

W0523063

[メッセージ]

"文字列" has no effect in this version.

[説明]

このバージョンでは "文字列" は無効です。

W0523064

[メッセージ]

Address taken "変数名". It may cause an upset endian indirect reference.

[説明]

endian オプションと異なるエンディアンの8 バイト変数"変数名"のアドレスが取得されました。エンディアン処理が正しくない間接参照を引き起こす可能性があります。

W0530809

[メッセージ]

const qualifier for variable "変数名" differs between files.

[説明]

"変数名"で示す変数の const 修飾がファイル間で異なっています。

W0530811

[メッセージ]

Type of symbol "シンボル名" differs between files.

[説明]

"シンボル名" で示すシンボルの型がファイル間で異なっています。

W0544001

[メッセージ]

Alignment of "セクション名" sections is inconsistent. "数値" is assumed.

[説明]

セクションの命名に誤りがあります。アライメント数の異なるセクションに同じ名前が付いています。

W0544002

[メッセージ]

Endian of "セクション名" sections is inconsistent. "エンディアン種別" is assumed.

[説明]

セクションの命名に誤りがあります。エンディアンの異なるセクションに同じ名前が付いています。

W0551000

[メッセージ]

'.ALIGN' with not 'ALIGN' specified relocatable section.

[説明]

ALIGN指定がないセクション内に制御命令".ALIGN"が記述されています。

[対処方法]

制御命令".ALIGN"の記述位置を確認してください。制御命令".ALIGN"を記述するセクションのセクション定義行にALIGN指定を記述してください。

W0551001

[メッセージ]

Destination address may be changed.

[説明]

分岐先が期待するものと異なる位置になる可能性があります。

[対処方法]

アドレッシングモードが最適選択されないように分岐命令のオペランドを記述してください。

W0551002

[メッセージ]

Floating point value is out of range.

[説明]

浮動小数点数が範囲外です。

[対処方法]

浮動小数点数の記述を確認してください。範囲外は無視します。

W0551003

[メッセージ]

Location counter exceed.

[説明]

ロケーションカウンタが 0FFFFFFFFhを越えました。

[対処方法]

.ORGのオペランド値を確認してください。ソースを記述し直してください。

W0551004

[メッセージ]

'.ALIGN' size is different.

[説明]

アライメント値が異なります。

[対処方法]

アライメント値を確認してください。

W0551006

[メッセージ]

Data in 'CODE' section align in 4byte.

[説明]

endian=big時、CODEセクション中データ領域の開始位置は4バイト境界に補正されます。

W0551007

[メッセージ]

Data size in 'CODE' section align in 4byte.

[説明]

endian=big時、CODEセクション中データ領域のサイズは4の倍数に補正されます。

W0551009

[メッセージ]

Multiple symbols.

[説明]

.STACKでシンボルへのスタック値指定を重複して行なっています。

W0551010

[メッセージ]

Section attribute mismatch.

[説明]

セクションの属性が異なっています。

W0551011

[メッセージ]

Use PM instruction.

[説明]

特権命令を使用しています。

W0551012

[メッセージ]

Use FPU instruction.

[説明]

浮動小数点演算命令を使用しています。

W0551013

[メッセージ]

Use DSP instruction.

[説明]

DSP機能命令を使用しています。

W0551014

[メッセージ]

Too many actual macro parameters.

[説明]

マクロ実引数の数が多すぎます。余分な実引数は無視されます。

W0551015

[メッセージ]

Actual macro parameters are not enough.

[説明]

マクロ実引数の数がマクロ仮引数の数より少なくなっています。該当する実引数のない仮引数は無効となります。

W0551016

[メッセージ]

'.END' statement is in include file.

[説明]

インクルード・ファイルに .END記述があります。.ENDを無視して処理します。

[対処方法]

インクルード・ファイル内には、.ENDは記述できません。記述を削除してください。

W0551017

[メッセージ]

Use of <命令種別> instruction found.

[説明]

<命令種別>で示す命令を使用しています。

W0561000

[メッセージ]

Option "オプション" ignored

[説明]

"オプション"は無効です。"オプション"を無視します。

W0561001

[メッセージ]

Option "オプション1" is ineffective without option "オプション2"

[説明]

"オプション1"は"オプション2"が必要です。"オプション1"を無視します。

W0561002

[メッセージ]

Option "オプション1" cannot be combined with option "オプション2"

[説明]

"オプション1"と"オプション2"は同時に指定できません。"オプション1"を無視します。

W0561003

[メッセージ]

Divided output file cannot be combined with option "オプション"

[説明]

"オプション"指定時、出力ファイルの分割指定はできません。オプションの指定を無視します。先頭入力ファイル名を出力ファイル名として使用します。

W0561004

[メッセージ]

Fatal level message cannot be changed to other level : "オプション"

[説明]

Fatalレベルメッセージはレベル変更できません。"オプション"の指定を無視します。change_messageオプションで変更できるエラーは、Information/Warning/Errorレベルです。

W0561005

[メッセージ]

Subcommand file terminated with end option instead of exit option

[説明]

endオプションの後に処理指定がありません。exitオプションを仮定して処理します。

W0561006

[メッセージ]

Options following exit option ignored

[説明]

exitオプションの後のオプションを無視しました。

W0561007

[メッセージ]

Duplicate option : "オプション"

[説明]

"オプション"が重複しています。最後に指定したオプションを有効にします。

W0561010

[メッセージ]

Duplicate file specified in option "オプション" : "ファイル名"

[説明]

"オプション"で同じファイルを二度指定しました。二度目の指定を無視します。

W0561011

[メッセージ]

Duplicate module specified in option "オプション" : "モジュール"

[説明]

"オプション"で同じモジュールを二度指定しました。二度目の指定を無視します。

W0561012

[メッセージ]

Duplicate symbol/section specified in option "オプション" : "名前"

[説明]

"オプション"で同じシンボル名またはセクション名を二度指定しました。二度目の指定を無視します。

W0561013

[メッセージ]

Duplicate number specified in option "オプション" : "番号"

[説明]

"オプション"で同じエラー番号を指定しました。最後に指定した方を有効にします。

W0561014

[メッセージ]

License manager is not installed

[説明]

ライセンス・マネージャがインストールされていません。対応するライセンス・マネージャをインストールしてください。

W0561016

[メッセージ]

The evaluation version is valid for the remaining "日数" days

[説明]

サイズ制限なし無償評価版として動作できる評価期間の残り日数を示しています。

W0561017

[メッセージ]

The evaluation period has expired

[説明]

評価期間が終了しています。サイズ制限あり無償評価版として動作しています。

W0561100

[メッセージ]

Cannot find "名前" specified in option "オプション"

[説明]

"オプション"で指定したシンボル名、またはセクション名が見つかりません。"名前"の指定を無視します。

W0561101

[メッセージ]

"名前" in rename option conflicts between symbol and section

[説明]

rename オプションで指定した"名前"がセクション名とシンボル名の両方に存在します。シンボル名を変更の対象にします。

W0561102

[メッセージ]

Symbol "シンボル" redefined in option "オプション"

[説明]

"オプション"で指定したシンボルはすでに定義されています。そのまま処理を続けます。

W0561103

[メッセージ]

Invalid address value specified in option "オプション" : "アドレス"

[説明]

"オプション"で指定した"アドレス"は無効な値です。"アドレス"の指定を無視します。

W0561104

[メッセージ]

Invalid section specified in option "オプション" : "セクション"

[説明]

"オプション"で無効なセクションを指定しています。

[対処方法]

以下を確認してください。

(1)

-outputオプションは、初期値のないセクションを指定できません。

(2)

-jump_entries_for_picオプションは、プログラムセクション以外を指定できません。

W0561110

[メッセージ]

Entry symbol "シンボル" in entry option conflicts

[説明]

entryオプションで指定した"シンボル"以外のシンボルがコンパイル、アセンブル時にエントリ・シンボルとして指定されています。オプション指定を優先します。

W0561120

[メッセージ]

Section address is not assigned to "セクション"

[説明]

"セクション"のアドレス指定がありません。"セクション"を最後尾に配置します。

[対処方法]

rlinkオプション-startを使用して、セクションのアドレスを設定してください。

W0561121

[メッセージ]

Address cannot be assigned to absolute section "セクション" in start option

[説明]

"セクション"は絶対アドレス・セクションです。絶対アドレス・セクションに対するアドレス指定を無視します。

W0561122

[メッセージ]

Section address in start option is incompatible with alignment : "セクション"

[説明]

startオプションで指定した"セクション"のアドレスはアライメント数と矛盾しています。アライメント数に合わせてセクションアドレスを補正します。

W0561130

[メッセージ]

Section attribute mismatch in rom option : "セクション1","セクション2"

[説明]

romオプションで指定した"セクション1"と"セクション2"の属性、アライメント数が異なります。"セクション2"のアライメント数はどちらか大きい方を有効とします。

W0561140

[メッセージ]

Load address overflowed out of record-type in option "オプション"

[説明]

アドレス値よりも小さいrecord形式を指定しました。指定したrecord形式を越える範囲は、別のrecord形式で出力します。

W0561141

[メッセージ]

Cannot fill unused area from "アドレス" with the specified value

[説明]

空きエリアのサイズがspaceオプションで指定された値の倍数となっていないため、"アドレス"以降に指定データを出力できませんでした。

W0561142

[メッセージ]

Cannot find symbol which is a pair of "シンボル"

[説明]

-create_unfilled_areaオプションで生成した"シンボル"が一対になっていません。

W0561143

[メッセージ]

Address range 開始アドレス-終了アドレスcannot be placed in flash memory area.

[説明]

開始アドレス-終了アドレスの範囲はフラッシュメモリ領域にありません。そのため、フラッシュライタで書き込みできないデータが存在します。

W0561150

[メッセージ]

Sections in "オプション" option have no symbol

[説明]

"オプション" で指定したセクションは外部定義シンボルがありません。

W0561160

[メッセージ]

Undefined external symbol "シンボル"

[説明]

未定義の"シンボル"を参照しています。

W0561181

[メッセージ]

Fail to write "出力コード種別"

[説明]

出力ファイルへの、"出力コード種別"の書き込みを失敗しました。

出力ファイルに、"出力コード種別"の書き込み先アドレスが含まれていない可能性があります。

出力コード種別:

CRCコード書き込み失敗時: "CRC Code"

W0561182

[メッセージ]

Cannot generate vector table section "セクション"

[説明]

入力ファイル内に、ベクタ・テーブル"セクション"があります。リンカは、"セクション"を自動生成しません。

W0561183

[メッセージ]

Interrupt number "ベクタ番号" of "セクション" is defined in input file

[説明]

VECTNオプションで記述したベクタ番号は、入力ファイル内で定義済みです。入力ファイルの内容を優先して、処理を継続します。

W0561184

[メッセージ]

Interrupt number "ベクタ番号" of "セクション" is defined

[説明]

debug_monitorで使用するベクタ番号は、入力ファイル内またはvectnで定義済みです。

debug_monitorの指定を優先して、処理を継続します。

W0561190

[メッセージ]

Section "セクション" was moved other area specified in option "cpu=<メモリ属性>"

[説明]

外部変数アクセス最適化によりオブジェクト・サイズが変更されたため、次のcpu指定範囲の"セクション"を移動しました。

W0561191

[メッセージ]

Area of "FIX" is within the range of the area specified by "cpu=<メモリ属性>" :"<start>-<end>"

[説明]

cpuオプションで、メモリ属性FIXとFIX以外の<start>-<end>範囲が重複していたため、FIXを有効にしました。

W0561192

[メッセージ]

Bss Section "セクション名" is not initialized

[説明]

初期値なしのデータ・セクション"セクション名"は、初期設定プログラムで初期化できません。

[対処方法]

-cpu指定範囲、ポインタ変数のサイズ指定を見直してください。

W0561193

[メッセージ]

Section "セクション名" specified in option "オプション" is ignored

[説明]

-cpu=strideの機能で分割したセクションの、後半部への"オプション"指定は無効となります。

[対処方法]

後半部のセクションは"オプション"で指定しないでください。

W0561194

[メッセージ]

Section "セクション" in relocation "ファイル"-"セクション"-"オフセット" is changed.

[説明]

"セクション""ファイル""オフセット" の位置にある"セクション"を参照していたリロケーションが、分割した後半セクションを参照するよう変更しました。

[対処方法]

分割しないようにするには、"セクション"をcontiguous_section オプションで指定してください。

W0561200

[メッセージ]

Backed up file "ファイル1" into "ファイル2"

[説明]

入力ファイル"ファイル1"は書き換えられました。書き換える前の"ファイル1"の内容は"ファイル2"にバックアップされています。

W0561300

[メッセージ]

Option "オプション" is ineffective without debug information

[説明]

入力ファイル内にデバッグ情報がありません。”オプション”指定を無視します。

[対処方法]

コンパイル、アセンブル時に該当するオプションを指定しているか確認してください。

W0561301

[メッセージ]

No inter-module optimization information in input files

[説明]

入力ファイル内にモジュール間最適化情報がありません。optimizeオプションを無視します。

[対処方法]

コンパイル、アセンブル時にgoptimizeオプションを指定してください。

W0561302

[メッセージ]

No stack information in input files

[説明]

入力ファイル内にスタック情報がありません。stackオプションを無視します。入力ファイルがアセンブラ出力ファイルの場合は、stackオプションは無効です。

W0561305

[メッセージ]

Entry address in "ファイル" conflicts : "アドレス"

[説明]

異なるエントリーアドレスのファイルが複数入力されています。

W0561310

[メッセージ]

"セクション" in "ファイル" is not supported in this tool

[説明]

"ファイル"内に非サポートセクションがありました。"セクション"を無視します。

W0561311

[メッセージ]

Invalid debug information format in "ファイル"

[説明]

"ファイル"内のデバッグ情報はdwarf2ではありません。debug情報を削除します。

W0561320

[メッセージ]

Duplicate symbol "シンボル" in "ファイル"

[説明]

"シンボル"は重複しています。先に入力したファイル内シンボルを優先します。

W0561321

[メッセージ]

Entry symbol "シンボル" in "ファイル" conflicts

[説明]

エントリ・シンボル定義のあるオブジェクト・ファイルを複数入力しました。先に入力したファイル内のエントリ・シンボルを有効にします。

W0561322

[メッセージ]

Section alignment mismatch : "セクション"

[説明]

アライメント数の異なる同名セクションを入力しました。アライメント数は最大の指定を有効にします。

W0561323

[メッセージ]

Section attribute mismatch : "セクション"

[説明]

属性の異なる同名セクションを入力しました。絶対セクションと相対セクションの場合は、絶対セクションとして扱います。read/write属性が異なる場合は、どちらも許可します。

W0561324

[メッセージ]

Symbol size mismatch : "シンボル" in "ファイル"

[説明]

サイズの異なるコモン・シンボルまたは定義シンボルが入力されました。定義シンボルを優先します。コモン・シンボル同士の場合は、先に入力したファイル内シンボルを優先します。

W0561325

[メッセージ]

Symbol attribute mismatch : "シンボル" : "ファイル"

[説明]

"ファイル"内の"シンボル"が、他のファイルの同名シンボルと属性が一致していません。

[対処方法]

シンボルを確認してください。

W0561326

[メッセージ]

Reserved symbol "シンボル"is defined in "ファイル"

[説明]

予約された名称のシンボル"シンボル"が"ファイル"内で定義されています。

W0561327

[メッセージ]

Section alignment in option "aligned_section" is small : "セクション"

[説明]

aligned_section オプション指定時のアライメント数16の方が、"セクション"のアライメント数より小さいため、指定セクションに対するオプション指定を無視します。

W0561331

[メッセージ]

Section alignment is not adjusted : "セクション"

[説明]

整列条件数の異なる同名セクションを入力しました。整列条件数は最大の指定を有効にします。入力時の整列条件を満たしていない可能性があります。

W0561402

[メッセージ]

Parentheses specified in option "start" with optimization

[説明]

startオプションで括弧"()"を記述した場合、最適化機能は使用できません。

最適化機能を無効にします。

W0561410

[メッセージ]

Cannot optimize "ファイル"-"セクション" due to multi label relocation operation

[説明]

複数ラベルのリロケーション演算を持つセクションは最適化できません。"ファイル"内の"セクション"を最適化対象外にします。

W0561430

[メッセージ]

Cannot generate effective bls file for compiler optimization

[説明]

無効なblsファイルが生成されました。コンパイル時に、外部変数アクセス最適化(mapオプション)を指定しても、この最適化は実施できません。

[対処方法]

コンパイラの外部変数アクセス最適化(mapオプション)には、以下の制限があります。該当する内容がないかを確認し、セクション配置を見直してください。

コンパイル時にbaseオプションを使用している場合、プログラムセクションの直後にデータ・セクションを配置すると、外部変数アクセス最適化が実施できない場合があります。

なお、blsファイルは“外部シンボル割り付け情報ファイル”を指します。これは、コンパイラのmapオプションに使用するための情報ファイルです。

W0561510

[メッセージ]

Input file was compiled with option "smap" and option "map" is specified at linkage

[説明]

smapを指定してコンパイルしたファイルがあります。

[対処方法]

smapを指定したファイルは、2回目のビルドでmapオプションを指定してコンパイルしないでください。

W0571600

[メッセージ]

An error occurred during name decoding of "インスタンス"

[説明]

"インスタンス"がデコードできませんでした。エンコード名でメッセージ出力します。

W0578306

[メッセージ]

can not open file file

[説明]

ファイルfileをオープンできません。

W0578307

[メッセージ]

can not close file file

[説明]

ファイルfileをクローズできません。

W0578308

[メッセージ]

can not read file file

[説明]

ファイルfileからの読み込みができません。

W0578309

[メッセージ]

can not write file file

[説明]

ファイルfileへの書き込みができません。

W0578310

[メッセージ]

can not seek file file

[説明]

ファイルfileをシークできません。

W0578311

[メッセージ]

can not find file file

[説明]

ファイルfileを見つけることができません。

W0578315

[メッセージ]

can not find member member

[説明]

ライブラリ・ファイル内にメンバmemberが存在しません。

W0578322

[メッセージ]

this symbol offset not true

[説明]

ライブラリ・ファイル内のシンボルオフセットが不正です。