Key |
Summary |
Component |
Description |
IDE-62784 |
RDPM support files not extracted on Linux host from RASC |
DDSC Memory Partition Manager |
The Renesas Device Partition Manager support files do not get extracted when the RDPM GUI is launched from RASC on Linux host. A workaround is to launch the RDPM GUI from e2 studio from the Run Menu item (Run -> Renesas Debug Tools -> Renesas Device Partition Manager) |
IDE-62683 |
Error message is displayed while checking the Smart Manual. |
Smart Manual Discovery |
When user open the user's manual: hardware PDF installed in Smart Manual location. error message is displayed while reviewing/installing Smart Manual.
Please close the dialog, reviewing/installing completes correctly. |
IDE-62679 |
Hyperlink in pop-up doesn't work correctly |
Smart Manual plugin |
Clicking on the hyperlink in the Smart Manual popup causes an error because the PDF file cannot be found.
Please close the error dialog and continue the operation. |
IDE-62641 |
PC doesn't stop at the reset vector on reset for RZ. |
Debugging RZ |
When debugging RZ devices, PC will not stop at an address of reset vector on reset. Program will run in a short time after reset, and then, the program will be halted.
If the program is built for RAM debugging (without using boot loader), the program will not run after reset correctly. In this case, please re-download the program (please don't forget to set "Reset after reload" option to 'No' on Debug Configuration) after reset, or disconnect the debugging and re-connect. |
IDE-61617 |
[RX] Renesas Coverage is still enabled after disabled |
Coverage plugin |
When using RX with the Renesas Coverage feature. The Renesas Coverage view is still working after coverage has been disabled and the debugger re-connected. |
IDE-61423 |
RASC not creating hal_entry.cpp for C++ blinky projects |
DDSC/FSP Smart Configurator |
RASC currently does not support C++ project creation fully (as opposed to C project generation). |
IDE-61365 |
Timer event can't be allocated when break event is used (RX26T) |
GDB server RX |
When debugging with RX and 2 event break points are set, timer start for data access can be set but the timer stop can't be set. |
IDE-61156 |
[RX26T] Execution address events is limited by 4 for Trace/Performance |
Eventpoints plugin |
RX26T
The spec of the device should be:
- 8 execution address events and 4 data access events (same as RX6xx)
・For hardware break or break events, 8 execution address events and 4 data access events can be specified (same as RX6xx)
・For trace event (start/stop/record), 4 execution address events and 2 data access events can be specified (same as RX2xx)
・For time measurement event (start/stop), 4 execution address events and 2 data access events can be specified (same as RX2xx)
Currently, the resource for execution address events is up to 8 events. which is not correct. |
IDE-61037 |
Build error occurs when adding new Build Configuration |
CCRH Build plugin |
CC-RX/CC-RL/CC-RH project:
Build error occurs when executing Build with a new Build configuration you added.
At that case, please specify the toolchain and device to your project.
After opening the project, this can be achieved via the Project Explorer, project context menu.
On this menu access the "Renesas C/C++ Project Settings" and use the "Change Device" and "Change Toolchain Version" features. |
IDE-59574 |
Breakpoint's Ignore count does not work with RL78 |
GDB server RL78 |
In case of using RL78, hardware breakpoint is realized by execution address after PC. This will cause several issues:
- Temporary hardware breakpoint will not be removed after the breakpoint is hit. Therefore, the breakpoint will always hit. Please remove the temporary breakpoint manually after the breakpoint hits.
- Ignore count of the breakpoint does not work.
- In case of RL78/G10 (or RL78 devices which flash programming is disabled), software breakpoint is not supported. Therefore, temporary hardware breakpoint will be used for the cases:
* Stepping over
* Stepping return
* Run to line
* "Set breakpoint at" is specified in the debug configuration
* etc
When using these operations, if breakpoints are used in the debugging program, the operation will fail. Please release 1 or more breakpoint before the operation. And please invoke GDB command 'delete breakpoints' in Debugger Console view to remove the breakpoint after the program is suspended by "Set breakpoint at main". If the breakpoint is kept as it is, it will always hit and the next operation such as stepping return or stepping over may fail because no breakpoints can be used for the operation. |
IDE-59463 |
Result of the last Run-Break time measurement is always 0 us when run project |
Time Measurement |
When debugging RX family via Segger JLink on Linux OS, the run break time measurement has not been supported. |
IDE-59435 |
File path, file name on profile view is empty when debugging with RX GCC |
Profile plugin |
The filename and file path cannot be displayed when using the Profile feature on Linux OS. |
IDE-59377 |
[Debug Configuration] OCDID's value odd placed |
Debug Configuration RH850 |
When opening the debug configuration for E2 (RH850) or IE850A (RH850), the value of OCD ID may be displayed on the invalid location. In this case, please expand 'Flash' node on Connection Settings. |
IDE-59031 |
End range not correctly set by clangd |
Linker Script Editor |
When removing multiple assignments and input sections positioned inside a section on "Section" page, clicking on "Remove" button, might cause the following error: An internal error occurred during: "Edit from Language Server". The selected items will be deleted and the functionality is present, however. |
IDE-58871 |
The value for the register msplim and psplim is displayed as 0. |
GDB Server RA |
The register value for msplim and psplim will be displayed as 0 in Registers View, when using Cortex-M devices which support TrustZone via E2/E2LITE emulator.
Please refer to the value value of msplim_s/msplim_ns or psplim_s/psplim_ns insterd. |
IDE-58693 |
Emulator selection doesn't list the connected emulators on Linux. |
Debug Configuration |
Debug configuration for E2 or E2LITE emulator will have the selection of serial No. of the emulator and it can be selected from the list of emulators which are connected to the PC. But this feature will work only on Windows. In case of Linux, please connect only 1 emulator to the PC to use the emulator with e2 studio. |
IDE-56544 |
Unable to view HTML pages in snap version of Firefox installed by default on Ubuntu 22.04 LTS |
Application |
When using e2 studio or RASC with Ubuntu 22.04 documents that are opened from the application in an external web browser cannot be viewed.
This appears to be a bug in Ubuntu. In Ubuntu 22.04, the sandboxed "Snap" version of Firefox is installed by default. However the default sandbox permissions for this version of Firefox are broken for fresh Ubuntu 22.04 installations and it cannot access any files on the local file system.
This is reported and documented in the Ubuntu bug tracker: https://bugs.launchpad.net/snapd/+bug/1972762 All applications that require the system web browser are affected |
IDE-56429 |
[Linux] Firmware version does not display on console - RA + E2 |
Debugging RA |
For Linux environment with E2/E2LITE emulator, the version number of shared object will not be displayed in console while connection. |
IDE-56392 |
Start/Stop function setting doesn't work. |
GDB Server E2 ARM |
Start/Stop function setting is available on E2 (ARM) or E2 Lite (ARM) debug configuration. This feature will work with RA FSP 4.3.0 or later. The setting will be ignored if older versions of FSP is used. |
IDE-54828 |
Can not modify the value of IO register on DSP core RX6Z4 |
Multicore Debugging GreenDSP |
When selecting the DSP core on Debug view, modifying the value of IO register on the IO Registers view will not take effective.
Workaround: Select CPU on Debug view and modify the DSP IO register correspondingly |
IDE-54671 |
CCRH - Step over performs incorrectly |
Debugging RH850 |
Stepping code can jump to address without code if compiler CCRH compiles the code that contains floating point numbers. |
IDE-54153 |
Include appropriate GCC/LLVM/Libgen (newlib) ver. to fix BadAlloc vulnerability issue |
Application |
To fix BadAlloc Vulnerability issue reported on the newlib in "Japan Vulnerability Notes",
need to update GCC/libgen version for Arm to the fixed version including newlib V4 or later. Could you please consider the updates in coming 2022-10 version?
If GCC Arm Embedded is used for Renesas Arm (RA, Synergy, RZ, RE and R-Car),
use or install:
GCC ARM Embedded Toolchains v1.2022.05 or later which has newlib 4.1.0 or later.
Libgen Update for GCC ARM Embedded Toolchains v1.2022.05 or later.
[Download Toolchains | Open Source Tools for Renesas (llvm-gcc-renesas.com)|https://llvm-gcc-renesas.com/rz/rz-download-toolchains/] |
IDE-53284 |
Step return is disabled with ASM source on CCRH project |
Debugging RH850 |
It is not possible to perform a step return operation when using the CC-RH toolchain while debugging assembly source. |
IDE-52463 |
Warning message "Device does not match the target device " is shown |
Debug Configuration RZ |
When connecting to J-Link with RZ/T2M board, the following warning message is shown:
The device (device_name) set in the launch configuration does not match the target device (target_device_name) set in the project. The launch may not function correctly. Do you wish to proceed with the launch?
In this instance please ignore the message and proceed with connection. |
IDE-52364 |
Data flash on NSECSD state can't be read and erased when debugging with J-Link ARM |
GDB Server RA |
When debugging with J-Link ARM at NSECSD state, data flash can't be erased and first byte of data flash can't be read. |
IDE-51147 |
Visual Expression does not recognize char variables |
Visual Expressions plugin |
In Visual Expression view, char / unsigned char variables are not recognized and shown as "Incompatible expression value"
Workaround: Cast can be workaround such as (int)var instead of var. |
IDE-50708 |
Address of main.c is not displayed with debugging |
Debugging RL |
The addresses for source lines may not be shown when debugging for projects imported from CS+.
To avoid this ensure the project is imported using the same name as its directory. |
IDE-50269 |
Disassembly in Trace view is not displayed if RXv3 instruction is included. |
GDB server RX |
When using J-Link RX with RXv3 core devices, Trace view can't show the disassembly for the area from the branch destination to the next branch source if RXv3 instruction is included in the area. |
IDE-48621 |
Workbench plugins cause unsigned software warning error on install |
IAR plugins |
When installing the IAR eclipse plugins into e2 studio for IAR EWSYN, the installation process can generate a warning about unsigned software being installed.
This is normal behavior for the IAR plugins and the warning can be disregarded. |
IDE-48166 |
Download failed for EK-RA6M4 using J-Link (FSP 3.3 - J-Link v7.50a) |
Debugging RA |
When using J-Link (OB) with RA devices, if the firmware for J-Link is updated, download by e2 studio + FSP 3.3.0 may fail and connection can't be established.
In this case, please update FSP to 3.5.0 or later, or download J-Link Software 7.56b and copy the JLinkARM.DLL (from the Segger JLink installation folder) to {e2 studio support area}\DebugComp\RA\ARM\Segger_v7.50.1 folder (before copying the file, please rename the original file).
Please refer to https://en-support.renesas.com/knowledgeBase/19891761 for {e2 studio support area}. |
IDE-47191 |
Build Error Sometimes Overlaps Code Line - Display Resolution |
Eclipse Platform |
In certain situations the errors that are displayed after a build will overlap the source line in the editor window. If this occurs scrolling the editor view up or down seems to resolve this.
If this becomes a common occurrence it is possible to stop this happening by switching off the code mining option.
This is available in the Window->Preferences page. In the section General->Editors->Text Editors. The option to switch off is named Show code minings for problem annotations. Change this setting to None. |
IDE-46896 |
Project imported from Windows build fail in Linux |
ARM GCC Plugins |
If copying a project with it's build output directory been Windows & Linux, or moving it to a new location, you need to do a clean and rebuild to avoid build errors.
If storing a project under version control avoid including the build output directories. At a minimum exclude the *.d files which may contain system specific paths. |
IDE-46110 |
DPFPU registers always show 0 for J-Link (RX). |
GDB server RX |
Some RX devices such as RX72M supports double precision FPU registers. But when debugging it with J-Link, the registers is displayed as 0 in Registers View and writing a value to the register will be ignored. |
IDE-45156 |
Property not selected from constraint if Properties View is not initialised |
DDSC/FSP Smart Configurator |
If a property from the constraint link in a module tooltip is selected before the Properties view is initialised the property is not selected in the Properties view
This only occurs after the FSP Configuration has first been opened and no module has been selected
A workaround is to select a module in the Stacks view before selecting a link from one of the module tooltips so that the Properties view is initialised |
IDE-43454 |
Cannot run Linux installer as root |
Installer |
The Linux installer for e2 studio cannot be run as root by default, including using "sudo". If you wish to run it as root then you need to add "--appimage-extract-and-run" as the 1st argument.
e.g. "sudo ./e2studio_installer-2021-07.AppImage --appimage-extract-and-run" |
IDE-43082 |
Handle anonymous union DIEs without DW_AT_location |
Loadmodule Converter |
When doing the debugging with the project contains anonymous union variable in source code, some debugging features become unavailable, such as:
- Source line address may not be shown in Code Editor
- Cannot set breakpoint in Code Editor (can do this at Disassembly view)
- Can only watch global variables in Expression view |
IDE-39932 |
[PartnerOS] Supports debugging of Renesas ITRON OS by PartnerOS plug-in. |
Partner OS plugin |
The Renesas ITRON debug views are not supported from e2 studio 2020-04 and later, if you require this functionality please use e2 studio 7.8.0. |
IDE-39478 |
Optimization Assistant - Measuring execution time does not finish |
Optimization assistant |
Using Optimization Assistant Time measurement with GCC RX may cause the measurement unable to finish. The end address of function build from GCC RX may be different with the one in Disassembly view so Optimization Assistant cannot reach the end of function. If the measurement is too long to finish or unable to finish, just press "Cancel" to stop measurement. |
IDE-38032 |
IAR RH850 setting breakpoints doesn't work |
Debugging RH850 |
If you are debugging RH850 with the E2 emulator with an IAR project you must ensure that the IAR RH850 plugins are also installed. Otherwise it is not possible to set breakpoints. |
IDE-33473 |
Watch point doesn't work on ARM V8M Devices(RA2A1,PEAKS,STAR) with J-Link |
Debugging RA |
When using the J-Link debugger for ARM V8M devices (Synergy S1JA,RA2A1,.etc)
When setting Watch points, if the [Compare Setting] option is not being used then please set the [Data Access Setting]/[Size] to "Byte". Other settings will cause the break event to be missed or unexpected break events to happen. |
IDE-27850 |
CoreSight ITM: trace table disappear suddenly |
Trace - CoreSight Plugin |
When the content of the trace data is changed, the user is asked to refresh the updated data. After the update, the trace data editor is closed. The user needs to open the editor again to see the updated trace data. |