Home > User Support > CoverageMaster winAMS FAQ

CoverageMaster winAMS FAQ

MPU Specific Issues

017_07: How do I fix a "Source file doesn't exist" simulation error. I am using the Renesas CubeSuite+ compiler for RL78.

Question:

I am using the Renesas CubeSuite+ compiler for RL78. After performing the OMF conversion and starting the simulator I get a "Source file doesn’t exist" error. How can I fix it?

Answer:

The Renesas CubeSuite+ compiler for RL78 generates object files (*.lmf) with debug information in the COFF format. Because this format does not support source path information, source files outside of the current folder are not referenced during OMF conversion.

To reference source files outside of the current folder, use the [-s] [path] option and perform the OMF conversion again. In this way the converted object file (*.xlo) will contain source path information and the error will no longer occur.

Example: If the source files are located in C:\TEST\src\, enter the following in the "Converter Options" field of the "Converter Settings" window.

-s C:\TEST\src


Related Technical Tips Search

Other technical tips in GAIO's web site can be searched for using the links below.

Search key word link: RL78 | CubeSuite+ | Source Reference Error
Technical Tips Google Search


Information Links