Everything
10.5.3 Fatal Errors

Table 10.4

Fatal Errors

F0511128

[Message]

Library file "file-name" is not found.

F0512003

[Message]

Toomany errors.

F0520003

[Message]

#include file "file" includes itself.

[Explanation]

#include file "file" includes itself. Correct the error.

F0520004

[Message]

Out of memory.

[Action by User]

Out of memory. Close other applications, and perform the compile again.

F0520005

[Message]

Could not open source file "file".

F0520013

[Message]

Expected a file name.

F0520016

[Message]

"file" is not a valid source file name.

F0520035

[Message]

#error directive: character string

[Explanation]

There is an "#error" directive in the source file.

F0520143

[Message]

Program too large or complicated to compile.

F0520163

[Message]

Could not open temporary file xxx.

F0520164

[Message]

Name of directory for temporary files is too long (xxx).

F0520182

[Message]

Could not open source file xxx (no directories in search list).

F0520189

[Message]

Error while writing "file" file.

F0520190

[Message]

Invalid intermediate language file.

F0520219

[Message]

Error while deleting file "file".

F0520542

[Message]

Could not create instantiation request file name.

F0520563

[Message]

Invalid preprocessor output file.

F0520564

[Message]

Cannot open preprocessor output file.

F0520571

[Message]

Invalid option: option

F0520641

[Message]

xxx is not a valid directory.

F0520642

[Message]

Cannot build temporary file name.

F0520869

[Message]

Could not set locale xxx to allow processing of multibyte characters.

F0520919

[Message]

Invalid output file: xxx

F0520920

[Message]

Cannot open output file: xxx

F0520926

[Message]

Cannot open definition list file: xxx

F0521083

[Message]

Exported template file xxx is corrupted.

F0521151

[Message]

Mangled name is too long.

F0521335

[Message]

Cannot open predefined macro file: xxx

F0521336

[Message]

Invalid predefined macro entry at line line: line2

F0521337

[Message]

Invalid macro mode name xxx.

F0521338

[Message]

Incompatible redefinition of predefined macro xxx.

F0523029

[Message]

Cannot open rule file

[Explanation]

The file specified in the -misra2004="file name" or -misra2012="file name" option cannot be opened.

F0523030

[Message]

Incorrect description "file name" in rule file

[Explanation]

The file specified in the -misra2004="file name" or -misra2012="file name" option includes illegal code.

F0523031

[Message]

Rule rule number is unsupported

[Explanation]

The number of a rule that is not supported was specified.

F0523073

[Message]

"instruction-set architecture name" does not support this intrinsic function.

[Explanation]

The specified intrinsic function is not supported. Check the -isa option setting.

F0523088

[Message]

Bit position is out of range.

F0523129

[Message]

The "option name" option is necessary for use of "function".

[Explanation]

The option must be specified to use this function.

F0523300

[Message]

Cannot open internal file.

[Explanation]

An intermediate file internally generated by the compiler cannot be opened.

F0523301

[Message]

Cannot close internal file.

[Explanation]

An intermediate file internally generated by the compiler cannot be closed.

F0523302

[Message]

Cannot write internal file.

[Explanation]

An error occurred while an intermediate file was being written to.

F0530320

[Message]

Duplicate symbol "symbol name".

F0530800

[Message]

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

F0530808

[Message]

Alignment of variable "variable-name" differs between files.

F0530810

[Message]

#pragma directive for symbol "symbol-name" differs between files.

F0533021

[Message]

Out of memory.

[Explanation]

Memory is insufficient.

[Action by User]

Close other applications and recompile the program.

F0533300

[Message]

Cannot open an intermediate file.

[Explanation]

A temporary file that was internally generated by the compiler cannot be opened.

F0533301

[Message]

Cannot close an intermediate file.

[Explanation]

A temporary file that was internally generated by the compiler cannot be closed.

F0533302

[Message]

Cannot read an intermediate file.

[Explanation]

An error occurred during reading of a temporary file.

F0533303

[Message]

Cannot write to an intermediate file.

[Explanation]

An error occurred during writing of a temporary file.

F0533306

[Message]

Compilation was interrupted.

[Explanation]

During compilation, an interrupt due to entry of the Cntl + C key combination was detected.

F0533330

[Message]

Cannot open an intermediate file.

[Explanation]

A temporary file that was internally generated by the compiler cannot be opened.

F0540027

[Message]

Cannot read file "file-name".

F0540204

[Message]

Illegal stack access.

[Explanation]

Attempted usage of the stack by a function has exceeded 2 Gbytes.

F0540300

[Message]

Cannot open an intermediate file.

[Explanation]

A temporary file that was internally generated by the compiler cannot be opened.

F0540301

[Message]

Cannot close an intermediate file.

[Explanation]

A temporary file that was internally generated by the compiler cannot be closed.

F0540302

[Message]

Cannot read an intermediate file.

[Explanation]

An error occurred during reading of a temporary file.

F0540303

[Message]

Cannot write to an intermediate file.

[Explanation]

An error occurred during writing of a temporary file.

F0540400

[Message]

Different parameters are set for the same #pramga "identifier".

F0544302

[Message]

Cannot read an intermediate file.

[Explanation]

An error occurred while an intermediate file was being read.

F0544802

[Message]

The value of the parameter for the in-line function is outside the defined range.

[Explanation]

The value of the parameter for the inline function is outside the supported range.

F0553000

[Message]

Can't create file 'filename'.

[Explanation]

The filename file cannot be generated.

[Action by User]

Check the directory capacity.

F0553001

[Message]

Can't open file 'filename'.

[Explanation]

The filename file cannot be opened.

[Action by User]

Check the file name.

F0553002

[Message]

Can't write file 'filename'.

[Explanation]

The filename file cannot be written to.

[Action by User]

Check the permission of the file.

F0553003

[Message]

Can't read file 'filename'.

[Explanation]

The filename file cannot be read.

[Action by User]

Check the permission of the file.

F0553004

[Message]

Can't create Temporary file.

[Explanation]

Temporary file cannot be generated.

[Action by User]

Specify a directory in environment variable TMP_RX so that a temporary file will be created in some place other than the current directory.

F0553005

[Message]

Can't open Temporary file.

[Explanation]

The temporary file cannot be opened.

[Action by User]

Check the directory specified in TMP_RX.

F0553006

[Message]

Can't read Temporary file.

[Explanation]

The temporary file cannot be read.

[Action by User]

Check the directory specified in TMP_RX.

F0553007

[Message]

Can't write Temporary file.

[Explanation]

The temporary file cannot be written to.

[Action by User]

Check the directory specified in TMP_RX.

F0553008

[Message]

Illegal file name 'filename'.

[Explanation]

The file name is illegal.

[Action by User]

Specify a file name that conforms to file name description rules.

F0553016

[Message]

Lacking cpu specification.

[Explanation]

No CPU type is specified.

[Action by User]

Specify the CPU type by the cpuoption or environment variable CPU_RX.

F0553100

[Message]

Command line is too long.

[Explanation]

The command line has too many characters.

[Action by User]

Re-input the command.

F0553101

[Message]

Invalid option 'xx' is used.

[Explanation]

An invalid command option xx is used.

[Action by User]

The specified option is nonexistent. Re-input the command correctly.

F0553102

[Message]

Ignore option 'xx'.

[Explanation]

An invalid option is specified.

F0553103

[Message]

Option 'xx' is not appropriate.

[Explanation]

Command option xx is written incorrectly.

[Action by User]

Specify the command option correctly again.

F0553104

[Message]

No input files specified.

[Explanation]

No input file is specified.

[Action by User]

Specify an input file.

F0553105

[Message]

Source files number exceed 80.

[Explanation]

The number of source files exceeds 80.

[Action by User]

Execute assembling separately in two or more operations.

F0553106

[Message]

Lacking cpu specification.

[Explanation]

No CPU type is specified.

[Action by User]

Specify the CPU type by the cpuoption or environment variable CPU_RX.

F0553110

[Message]

Multiple register base/fint_register.

[Explanation]

A single register is specified by the baseand fint_registeroptions.

F0553111

[Message]

Multiple register base/pid.

[Explanation]

A single register is specified by the baseand pidoptions.

F0553112

[Message]

Multiple register base/nouse_pid_register.

[Explanation]

A single register is specified by the baseand nouse_pid_registeroptions.

F0553113

[Message]

Neither isa nor cpu is specified

F0553114

[Message]

Both '-isa' option and '-cpu' option are specified

F0553115

[Message]

The '-cpu' option and the '-fpu' option are inconsistent

F0553200

[Message]

Error occurred in executing 'xxx'.

[Explanation]

An error occurred when executing xxx.

[Action by User]

Rerun asrx.

F0553201

[Message]

Not enough memory.

[Explanation]

Memory is insufficient.

[Action by User]

Divide the file and re-run. Orincrease the memory capacity.

F0553202

[Message]

Can't find work dir.

[Explanation]

The work directory is not found.

[Action by User]

Make sure that the setting of environment variable TMP_RX is correct.

F0563000

[Message]

No input file

[Explanation]

There is no input file.

F0563001

[Message]

No module in library

[Explanation]

There are no modules in the library.

F0563002

[Message]

Option "option1" is ineffective without option "option2"

[Explanation]

The option option 1 requires that the option option 2 be specified.

F0563003

[Message]

Illegal file format "file"

F0563004

[Message]

Invalid inter-module optimization information type in "file"

[Explanation]

The file contains an unsupported inter-module optimization information type.

[Action by User]

Check if the compiler and assembler versions are correct.

F0563020

[Message]

No cpu information in input files

[Explanation]

The CPU type cannot be identified from the input file.

[Action by User]

Check that the binary file is specified with the -binary option and the .obj or .rel files to be linked together exist.

F0563100

[Message]

Section address overflow out of range : "section"

[Explanation]

The address of section exceeded the area available.

[Action by User]

Change the address specified by the start option.

For details of the address space, refer to the hardware manual of the target CPU.

F0563102

[Message]

Section contents overlap in absolute section "section" in "file"

[Explanation]

Data addresses overlap within an absolute address section.

[Action by User]

Modify the source program.

F0563103

[Message]

Section size overflow : "section"

[Explanation]

Section "section" has exceeded the usable size.

F0563110

[Message]

Illegal cpu type "cpu type" in "file"

[Explanation]

A file with a different cpu type was input.

F0563111

[Message]

Illegal encode type "endian type" in "file"

[Explanation]

A file with a different endian type was input.

F0563112

[Message]

Invalid relocation type in "file"

[Explanation]

There is an unsupported relocation type in file.

[Action by User]

Ensure the compiler and assembler versions are correct.

F0563115

[Message]

Cpu type in "file" is not supported

[Explanation]

The CPU type specified in "file" is not supported. Check if the input file is correct.

F0563120

[Message]

Illegal size of the absolute code section : "section" in "file"

[Explanation]

Absolute-addressing section section in file has an illegal size.

F0563150

[Message]

Multiple files cannot be specified while processing "process"

F0563200

[Message]

Too many sections

[Explanation]

The number of sections exceeded the translation limit. It may be possible to eliminate this problem by specifying multiple file output.

F0563201

[Message]

Too many symbols

[Explanation]

The number of symbols exceeded the translation limit. It may be possible to eliminate this problem by specifying multiple file output.

F0563202

[Message]

Too many modules

[Explanation]

The number of modules exceeded the translation limit.

[Action by User]

Divide the library.

F0563203

[Message]

Reserved module name "rlink_generates"

[Explanation]

rlink_generates_** (** is a value from 01 to 99) is a reserved name used by the optimizing linkage editor. It is used as an .obj or .rel file name or a module name within a library.

[Action by User]

Modify the name if it is used as a file name or a module name within a library.

F0563204

[Message]

Reserved section name "$sss_fetch"

[Explanation]

sss_fetch** (sss is any string, and ** is a value from 01 to 99) is a reserved name used by the optimizing linkage editor.

[Action by User]

Change the symbol name or section name.

F0563300

[Message]

Cannot open file : "file"

[Explanation]

file cannot be opened.

[Action by User]

Check whether the file name and access rights are correct.

F0563301

[Message]

Cannot close file : "file"

[Explanation]

file cannot be closed. There may be insufficient disk space.

F0563302

[Message]

Cannot write file : "file"

[Explanation]

Writing to file is not possible. There may be insufficient disk space.

F0563303

[Message]

Cannot read file : "file"

[Explanation]

file cannot be read. An empty file may have been input, or there may be insufficient disk space.

F0563310

[Message]

Cannot open temporary file

[Explanation]

A temporary file cannot be opened.

[Action by User]

Check to ensure the HLNK_TMP specification is correct, or there may be insufficient disk space.

F0563314

[Message]

Cannot delete temporary file

[Explanation]

A temporary file cannot be deleted. There may be insufficient disk space.

F0563320

[Message]

Memory overflow

[Explanation]

There is no more space in the usable memory within the linker.

[Action by User]

Increase the amount of memory available.

F0563400

[Message]

Cannot execute "load module"

[Explanation]

load module cannot be executed.

[Action by User]

Check whether the path for load module is set correctly.

F0563410

[Message]

Interrupt by user

[Explanation]

An interrupt generated by (Ctrl) + C keys from a standard input terminal was detected.

F0563420

[Message]

Error occurred in "load module"

[Explanation]

An error occurred while executing load module.

F0563430

[Message]

The total section size exceeded the limit of the evaluation version of version. Please consider purchasing the product.

F0563431

[Message]

Incorrect device type, object file mismatch.

F0563600

[Message]

Option "option" requires parameter

F0563601

[Message]

Invalid parameter specified in option "option" : "parameter"

F0578200

[Message]

memory allocation fault

[Explanation]

Not enough memory.

F0578201

[Message]

bad key character - use [dm(a|b)qr(a|b|u)txV]

[Explanation]

character cannot be specified as a key.

F0578202

[Message]

bad option character - use [cv]

[Explanation]

character cannot be specified as an option.

F0578203

[Message]

bad option string

[Explanation]

string cannot be specified as an option.

F0578204

[Message]

can not create file file

[Explanation]

Could not create file file.

F0578205

[Message]

file name name... is too long - limit is number

[Explanation]

File name name is too long. The maximum value is number1.

F0578206

[Message]

can not open file file

[Explanation]

Could not open file file.

F0578207

[Message]

can not close file file

[Explanation]

Could not close file file.

F0578208

[Message]

can not read file file

[Explanation]

Cannot read from file file.

F0578209

[Message]

can not write file file

[Explanation]

Cannot write to file file.

F0578210

[Message]

can not seek file file

[Explanation]

Cannot seek in file file.

F0578212

[Message]

can not nest command file file

[Explanation]

Command file file is nested. Nesting is not allowed.

F0578213

[Message]

file is not library file

[Explanation]

file is not a library file.

F0578214

[Message]

malformed library file file

[Explanation]

Library file file could be corrupt.

F0578215

[Message]

can not find member member

[Explanation]

Member member not found in library file.

F0578216

[Message]

symbol table limit error file (number1) - limit is number2

[Explanation]

The number of symbols number1 in library file file exceeds the maximum limit. The maximum value is number2.

F0578217

[Message]

symbol table error file

[Explanation]

Failed to create a library file table for library file file.

F0578218

[Message]

string table error file

[Explanation]

The library string table for library file file could be corrupt.

F0578219

[Message]

file has no member

[Explanation]

There are no members in library file file.

F0578220

[Message]

version error file

[Explanation]

The version of the format of the specified file file is not supported by this librarian.

F0578221

[Message]

can not read library header file

[Explanation]

Cannot read header from library file file.

F0593113

[Message]

Neither isa nor cpu is specified

F0593114

[Message]

Both '-isa' option and '-cpu' option are specified