Everything
10.4.5 Warnings

Table 10.6

Warnings

W0511105

[Message]

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

W0511106

[Message]

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

W0511123

[Message]

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

W0511143

[Message]

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

W0511146

[Message]

"symbol name" specified in the "character string" option is not allowed for a preprocessor macro.

W0511147

[Message]

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

W0511149

[Message]

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

W0511151

[Message]

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

W0511153

[Message]

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

W0511164

[Message]

Duplicate file name. "file-name".

[Explanation]

The same file name was specified more than once in a command line.

CC-RH is not capable of handling multiple instances of the same file name.

Only the last file name to have been specified is valid.

W0511179

[Message]

The evaluation version is valid for the remaining number days.

W0511180

[Message]

The evaluation period of version has expired.

W0511181

[Message]

Error in the Internal information in the file.(information)

W0511183

[Message]

License manager is not installed

[Action by User]

The license manager is not installed. Install the correct license manager.

W0511184

[Message]

The "-g" option is effective because the "option" option is specified.

[Action by User]

Explicitly specify the "-g" option to suppress output of this message.

W0511185

[Message]

The trial period for the features of the Professional edition expires in number days. Please consider purchasing the product of Professional edition.

W0520009

[Message]

Nested comment is not allowed.

[Action by User]

Eliminate nesting.

W0520011

[Message]

Unrecognized preprocessing directive.

W0520012

[Message]

Parsing restarts here after previous syntax error.

W0520021

[Message]

Type qualifiers are meaningless in this declaration.

[Explanation]

Type qualifiers are meaningless in this declaration. Ignored.

W0520026

[Message]

Too many characters in character constant.

[Explanation]

Too many characters in character constant. Character constants cannot contain more than one character.

W0520027

[Message]

Character value is out of range.

W0520038

[Message]

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

[Explanation]

Since there is a preceding #else, this directive is illegal.

W0520039

[Message]

Division by zero.

W0520042

[Message]

Operand types are incompatible ("type1" and "type2").

W0520055

[Message]

Too many arguments in macro invocation.

W0520061

[Message]

Integer operation result is out of range.

W0520062

[Message]

Shift count is negative.

[Explanation]

Shift count is negative. The behavior will be undefined.

W0520063

[Message]

Shift count is too large.

W0520064

[Message]

Declaration does not declare anything.

W0520068

[Message]

Integer conversion resulted in a change of sign.

W0520069

[Message]

Integer conversion resulted in truncation.

W0520070

[Message]

Incomplete type is not allowed.

W0520076

[Message]

Argument to macro is empty.

W0520077

[Message]

This declaration has no storage class or type specifier.

W0520082

[Message]

Storage class is not first.

[Explanation]

Storage class is not first. Specify the declaration of the storage class first.

W0520083

[Message]

Type qualifier specified more than once.

W0520099

[Message]

A declaration here must declare a parameter.

W0520108

[Message]

Signed bit field of length 1.

W0520111

[Message]

Statement is unreachable.

W0520117

[Message]

Non-void "function name" should return a value.

W0520127

[Message]

Expected a statement.

W0520128

[Message]

Loop is not reachable from preceding code.

W0520138

[Message]

Taking the address of a register variable is not allowed.

W0520140

[Message]

Too many arguments in function call.

W0520147

[Message]

Declaration is incompatible with "declaration" (declared at line number).

W0520152

[Message]

Conversion of nonzero integer to pointer.

W0520159

[Message]

Declaration is incompatible with previous name.

W0520161

[Message]

Unrecognized #pragma.

W0520165

[Message]

Too few arguments in function call.

W0520167

[Message]

Argument of type "type1" is incompatible with parameter of type "type2".

W0520170

[Message]

Pointer points outside of underlying object.

W0520172

[Message]

External/internal linkage conflict with previous declaration.

W0520173

[Message]

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

W0520174

[Message]

Expression has no effect.

[Explanation]

Expression has no effect. It is invalid.

W0520175

[Message]

Subscript out of range.

W0520177

[Message]

Type "symbol" was declared but never referenced.

W0520179

[Message]

Right operand of "%" is zero.

W0520180

[Message]

Argument is incompatible with formal parameter.

W0520186

[Message]

Pointless comparison of unsigned integer with zero.

W0520187

[Message]

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

W0520188

[Message]

Enumerated type mixed with another type.

W0520191

[Message]

Type qualifier is meaningless on cast type.

W0520192

[Message]

Unrecognized character escape sequence.

W0520220

[Message]

Integral value does not fit in required floating-point type.

W0520221

[Message]

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

W0520222

[Message]

Floating-point operation result is out of range.

W0520223

[Message]

Function name declared implicitly.

W0520229

[Message]

Bit field cannot contain all values of the enumerated type.

W0520231

[Message]

Declaration is not visible outside of function.

W0520236

[Message]

Controlling expression is constant.

W0520240

[Message]

Duplicate specifier in declaration.

W0520257

[Message]

Const variable "name" requires an initializer.

W0520260

[Message]

Explicit type is missing ("int" assumed).

W0520301

[Message]

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

W0520375

[Message]

Declaration requires a typedef name.

W0520494

[Message]

Declaring a void parameter list with a typedef is nonstandard.

W0520513

[Message]

A value of type name1 cannot be assigned to an entity of type name2.

W0520520

[Message]

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

W0520546

[Message]

Transfer of control bypasses initialization of: type "symbol" (declared at line number).

W0520549

[Message]

Type "symbol" is used before its value is set.

W0520550

[Message]

Type "symbol" was set but never used.

W0520609

[Message]

This kind of pragma may not be used here.

W0520618

[Message]

struct or union declares no named members.

W0520660

[Message]

Invalid packing alignment value.

W0520676

[Message]

Using out-of-scope declaration of type "symbol" (declared at line number).

W0520767

[Message]

Conversion from pointer to smaller integer.

W0520815

[Message]

Type qualifier on return type is meaningless.

W0520819

[Message]

"..." is not allowed.

W0520867

[Message]

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

W0520870

[Message]

Invalid multibyte character sequence.

W0520940

[Message]

Missing return statement at end of non-void function "name".

W0520951

[Message]

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

W0520966

[Message]

Universal character name specifies an invalid character.

W0520967

[Message]

A universal character name cannot designate a character in the basic character set.

W0520968

[Message]

This universal character is not allowed in an identifier.

W0520993

[Message]

Subtraction of pointer types "type name1" and "type name2" is nonstandard.

W0521000

[Message]

A storage class may not be specified here.

W0521037

[Message]

This universal character cannot begin an identifier.

W0521039

[Message]

Unrecognized STDC pragma.

W0521040

[Message]

Expected "ON", "OFF", or "DEFAULT".

W0521046

[Message]

Floating-point value cannot be represented exactly.

W0521051

[Message]

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

W0521053

[Message]

Conversion from integer to smaller pointer.

W0521056

[Message]

Returning pointer to local variable.

W0521057

[Message]

Returning pointer to local temporary.

W0521072

[Message]

A declaration cannot have a label.

W0521105

[Message]

#warning directive: character string.

[Explanation]

There is a "#warning" directive in the source file.

W0521222

[Message]

Invalid error number.

W0521223

[Message]

Invalid error tag.

W0521224

[Message]

Expected an error number or error tag.

W0521273

[Message]

Alignment-of operator applied to incomplete type.

W0521297

[Message]

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

W0521422

[Message]

Multicharacter character literal (potential portability problem).

W0521644

[Message]

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

[Explanation]

The declaration at the end of the file lacked a semicolon to indicate its termination.

W0521649

[Message]

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

[Action by User]

Insert a space between the macro name and the text to be replaced.

W0523038

[Message]

A struct/union/class has different pack specifications.

W0523042

[Message]

Using "function item" function at influence the code generation of "SuperH" compiler

[Action by User]

The use of "function item" may affect compatibility with the SuperH compiler. Confirm details of differences in the specification.

W0523061

[Message]

argument is incompatible with formal parameter of intrinsic function

W0523062

[Message]

return value type does not match the intrinsic function

W0523068

[Message]

Atomic transfer function is used in "cpu"

W0523116

[Message]

"character string" and other settings are inconsistent.

W0530809

[Message]

const qualifier for variable "variable-name" differs between files.

W0530811

[Message]

Type of symbol "symbol-name" differs between files.

W0550001

[Message]

Too many arguments.

[Action by User]

Check the actual arguments.

W0550005

[Message]

Illegal "option" option's symbol "symbol", ignored.

[Action by User]

Check the option specification symbols.

W0550010

[Message]

Illegal displacement.

[Explanation]

Illegal displacement.Only the effective lower-order digits will be recognized as being specified, and the assembly will continue.

[Action by User]

Check the displacement value.

W0550011

[Message]

Illegal operand (range error in immediate).

[Explanation]

Illegal operand (range error in immediate).

Only the effective lower-order digits will be recognized as being specified, and the assembly will continue.

[Action by User]

Check the immediate value.

W0550012

[Message]

Operand overflow.

[Explanation]

Operand overflow.

Only the effective lower-order digits will be recognized as being specified, and the assembly will continue.

[Action by User]

Check the operand value.

W0550013

[Message]

register used as register.

[Action by User]

Check the register specification.

W0550014

[Message]

Illegal list value, ignored.

[Explanation]

Illegal list value, ignored.

Only the effective lower-order digits will be recognized as being specified, and the assembly will continue.

[Action by User]

Check the register list value.

W0550015

[Message]

Illegal register number, ignored.

[Explanation]

Illegal register number, ignored.

The invalid register will be ignored, and the assembly will continue.

[Action by User]

Check the register list register.

W0550017

[Message]

Base register is ep(r30) only.

[Action by User]

Check the base register specification.

W0550018

[Message]

Illegal regID for inst.

[Action by User]

Check the system register number.

W0550019

[Message]

Illegal operand (immediate must be multiple of string).

[Explanation]

Illegal operand (immediate must be multiple of string).

The number is rounded down, and assembly continues.

[Action by User]

Check the operand value.

W0550021

[Message]

string already specified, ignored.

[Explanation]

string already specified, ignored. The previously specified number will be used. This specification will be ignored.

[Action by User]

Check the number of registers.

W0550026

[Message]

Illegal register number, aligned odd register(rXX) to be even register(rYY).

[Explanation]

Odd-numbered registers (r1, r3, ... r31) have been specified.

The only general-purpose registered that can be specified are even-numbered (r0, r2, r4, ... r30).

Assembly will continue, assuming that even-numbered registers (r0, r2, r4, ... r30) have been specified.

[Action by User]

Check the register specification.

W0550028

[Message]

Duplicated reg_mode, ignored $REG_MODE.

[Explanation]

Duplicated reg_mode, ignored $REG_MODE. The "-Xreg_mode" option takes precedence, and register modes specified via the $REG_MODE control instruction will be ignored.

[Action by User]

Check the option specification.

W0550031

[Message]

identifier undefined.

[Action by User]

Check the identifier.

W0561000

[Message]

Option "option" ignored

[Explanation]

The option named option is invalid, and is ignored.

W0561001

[Message]

Option "option1" is ineffective without option "option2"

[Explanation]

option1 needs specifying option2. option1 is ignored.

W0561002

[Message]

Option "option1" cannot be combined with option "option2"

[Explanation]

option1 and option2 cannot be specified simultaneously. option1 is ignored.

W0561003

[Message]

Divided output file cannot be combined with option "option"

[Explanation]

option and the option to divide the output file cannot be specified simultaneously. option is ignored. The first input file name is used as the output file name.

W0561004

[Message]

Fatal level message cannot be changed to other level : "option"

[Explanation]

The level of an fatal error message cannot be changed. The specification of option is ignored. Only messages at the information/warning/error level can be changed with the change_message option.

W0561005

[Message]

Subcommand file terminated with end option instead of exit option

[Explanation]

There is no processing specification following the end option. Processing is done with the exit option assumed.

W0561006

[Message]

Options following exit option ignored

[Explanation]

All options following the exit option is ignored.

W0561007

[Message]

Duplicate option : "option"

[Explanation]

Duplicate specifications of option were found. Only the last specification is effective.

W0561008

[Message]

Option "option" is effective only in cpu type "CPU type"

[Explanation]

option is effective only in CPU type. option is ignored.

W0561010

[Message]

Duplicate file specified in option "option" : "file name"

[Explanation]

option was used to specify the same file twice. The second specification is ignored.

W0561011

[Message]

Duplicate module specified in option "option" : "module"

[Explanation]

option was used to specify the same module twice. The second specification is ignored.

W0561012

[Message]

Duplicate symbol/section specified in option "option" : "name"

[Explanation]

option was used to specify the same symbol name or section name twice. The second specification is ignored.

W0561013

[Message]

Duplicate number specified in option "option" : "number"

[Explanation]

option was used to specify the same error number. Only the last specification is effective.

W0561014

[Message]

License manager is not installed

[Explanation]

The license manager is not installed. Install the correct license manager.

W0561016

[Message]

The evaluation version of version is valid for the remaining number days. After that, link size limit (256 Kbyte) will be applied. Please consider purchasing the product.

W0561017

[Message]

Paid license of "version" is not found, and the evaluation period has expired. Please consider purchasing the product.

W0561100

[Message]

Cannot find "name" specified in option "option"

[Explanation]

The symbol name or section name specified in option cannot be found. name specification is ignored.

W0561101

[Message]

"name" in option "option" conflicts between symbol and section

[Explanation]

name specified by the option option exists as both a section name and as a symbol name.

Rename is performed for the symbol name only in this case.

W0561102

[Message]

Symbol "symbol" redefined in option "option"

[Explanation]

The symbol specified by option has already been defined. Processing is continued without any change.

W0561103

[Message]

Invalid address value specified in option "option" : "address"

[Explanation]

address specified by option is invalid. address specification is ignored.

W0561104

[Message]

Invalid section specified in option "option" : "section"

[Explanation]

An invalid section is specified in option.

[Action by User]

Confirm the following:

The "-output" option does not accept specification of a section that has no initial value.

W0561120

[Message]

Section address is not assigned to "section"

[Explanation]

section has no addresses specified for it. section will be located at the rearmost address.

[Action by User]

Specify the address of the section using the rlink option "-start".

W0561121

[Message]

Address cannot be assigned to absolute section "section" in start option

[Explanation]

section is an absolute address section. An address assigned to an absolute address section is ignored.

W0561122

[Message]

Section address in start option is incompatible with alignment : "section"

[Explanation]

The address of section specified by the start option conflicts with memory boundary alignment requirements. The section address is modified to conform to boundary alignment.

W0561130

[Message]

Section attribute mismatch in rom option : "section1","section2"

[Explanation]

The attributes and boundary alignment of section1 and section2 specified by the rom option are different. The larger value is effective as the boundary alignment of section2.

W0561140

[Message]

Load address overflowed out of record-type in option "option"

[Explanation]

A record type smaller than the address value was specified. The range exceeding the specified record type has been output as different record type.

W0561141

[Message]

Cannot fill unused area from "address" with the specified value

[Explanation]

Specified data cannot be output to addresses higher than address because the unused area size is not a multiple of the value specified by the space option.

W0561142

[Message]

Cannot find symbol which is a pair of "symbol"

W0561150

[Message]

Sections in "option" option have no symbol

[Explanation]

The section specified in option does not have an externally defined symbol.

W0561160

[Message]

Undefined external symbol "symbol"

[Explanation]

An undefined external symbol symbol was referenced.

W0561181

[Message]

Fail to write "type of output code"

[Explanation]

Failed to write type of output code to the output file.

The output file may not contain the address to which type of output code should be output.

Type of output code:

When failed to write CRC code : "CRC Code"

W0561191

[Message]

Area of "FIX" is within the range of the area specified by "cpu=<attribute>" :"<start>-<end>"

[Explanation]

In the cpu option, the address range of <start>-<end> specified for FIX overlapped with that specified for another memory type. The setting for FIX is valid.

W0561193

[Message]

Section "section name" specified in option "option" is ignored

[Explanation]

option specified for the section newly created due to -cpu=stride is invalid.

[Action by User]

Do not specify option for the newly created section.

W0561200

[Message]

Backed up file "file1" into "file2"

[Explanation]

Input file file1 was overwritten. A backup copy of the data in the previous version of file1 was saved in file2.

W0561210

[Message]

Section "section-name" ID(value="number") in "file-name" is reserved

[Explanation]

There are numbers that were assigned to be reserved in the section information in the input file. The "number" specification will be ignored. Check if the compiler and assembler versions are correct.

W0561300

[Message]

Option "option" is ineffective without debug information

[Explanation]

There is no debugging information in the input files. The "option" has been ignored.

[Action by User]

Check whether the relevant option was specified at compilation or assembly.

W0561301

[Message]

No inter-module optimization information in input files

[Explanation]

No link-time(inter-module) optimization information is present in the input files. The optimize option has been ignored.

[Action by User]

Check whether the goptimize option was specified at compilation or assembly.

W0561302

[Message]

No stack information in input files

[Explanation]

No stack information is present in the input files. The stack option is ignored. If all input files are assembler output files, the stack option is ignored.

W0561305

[Message]

Entry address in "file" conflicts : "address"

[Explanation]

Multiple files with different entry addresses are input.

W0561310

[Message]

"section" in "file" is not supported in this tool

[Explanation]

An unsupported section was present in file. section has been ignored.

W0561311

[Message]

Invalid debug information format in "file"

[Explanation]

Debugging information in file is not dwarf2. The debugging information has been deleted.

W0561320

[Message]

Duplicate symbol "symbol" in "file"

[Explanation]

The symbol named symbol is duplicated. The symbol in the first file input is given priority.

W0561322

[Message]

Section alignment mismatch : "section"

[Explanation]

Sections with the same name but different boundary alignments were input. Only the largest boundary alignment specification is effective.

W0561323

[Message]

Section attribute mismatch : "section"

[Explanation]

Sections with the same name but different attributes were input. If they are an absolute section and relative section, the section is treated as an absolute section. If the read/write attributes mismatch, both are allowed.

W0561324

[Message]

Symbol size mismatch : "symbol" in "file"

[Explanation]

Common symbols or defined symbols with different sizes were input. A defined symbol is given priority. In the case of two common symbols, the symbol in the first file input is given priority.

W0561326

[Message]

Reserved symbol "symbol"is defined in "file"

[Explanation]

Reserved symbol name symbol is defined in file.

W0561327

[Message]

Section alignment in option "aligned_section" is small : "section"

[Explanation]

Since the boundary alignment value specified for aligned_section is 16 which is smaller than that of section, the option settings made for that section are ignored.

W0561331

[Message]

Section alignment is not adjusted : "section"

[Explanation]

Sections with the same name but different boundary alignment values were input. Only the largest boundary alignment specification is effective. The alignment condition at input may not be satisfied.

W0561402

[Message]

Parentheses specified in option "start" with optimization

[Explanation]

Optimization is not available when parentheses "( )" are specified in the start option. Optimization has been disabled.

W0561410

[Message]

Cannot optimize "file"-"section" due to multi label relocation operation

[Explanation]

A section having multiple label relocation operations cannot be optimized. Section section in file has not been optimized.

W0561510

[Message]

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

[Explanation]

A file was compiled with smap specification.

[Action by User]

The file with smap specification should not be compiled with the map option specification in the second build processing.

W0595020

[Message]

Warning : name : address : cause

[Explanation]

No SYNCP instruction may be allocated at the location of the exception handler for the exception source name.

[Action by User]

See "11.4 Tool for Confirming SYNCP Instruction Insertion at the Beginning of Exception Handler".