0

When I try to build a project using CC-RL compiler with the specific device it always gives this error the error message as shown below. But when i change the device to R5F1026A or to anyother device. It compiles properly without any error.

e2 studio version : 6.2.0

Compiler : CC-RL v1.06

Extracting support files…
14:59:43 **** Incremental Build of configuration Debug for project TEST ****
make -j4 all
‘Invoking: Linker’
‘Building target:’
rlink   -device=”C:\Renesas\e2_studio\eclipse\\..\\DebugComp\\RL78\RL78\Common\DR5F10268.DVF” -list=”TEST.map” -nooptimize -auto_section_layout -security_id=0 -self -subcommand=”LinkerSubCommand.tmp” -output=”TEST.abs” -debug -nocompress -memory=high -rom=.data=.dataR,.sdata=.sdataR -nomessage -nologo

W0561520:”user option byte” in “.option_byte” created by device file
W0561520:”on chip debug” in “.option_byte” created by device file
W0561120:Section address is not assigned to “.const”
C0564000:Internal error : (7515) “File:ob_calcu_RL78.cpp Line:934 / Invalid MAA” / “isMirrorAreaExist()”

Renesas Optimizing Linker Abort
make: *** [TEST.abs] Error 1
makefile:73: recipe for target ‘TEST.abs’ failed

14:59:44 Build Failed. 2 errors, 4 warnings. (took 1s.479ms)

Andreea Petian answered