Hardware manual

e
2
studio 3.1 Release Note
Rev 1.4, Sep 23, 2014 Page 22
4869 Application
The "Memory" view always opened on launch of a debug session. It should not be re-opened on
launch if it has been closed in the previous debug session.
4876 Application
When debugging with RX, if the settings are in flash write mode, the debugger features should be
disabled.
4881
CCRX Build
plugin
When using CCRX if there are certain characters in the build path such as $ in the workspace name
it can cause the build to fail.
4976
CCRX Build
plugin
When using the SHC compiler. Selecting "Absolute (SYSROF)" in [Linker][Output][Type of output
file] does not work correctly.
5021 GDB
When using the CCRX toolchain, variables placed at address 0x0000 are displayed as "no debug
info" in GDB and variable type is lost.
For variable type unsigned char (section B_1) and unsigned short (section B_2).
5041
CodeGenerator
plugin
Code Generator can delete user code between /* Start */ End comments in some situations.
Using the code generator if the following code is placed in the main function:
//if(data_in!=0xAA){
on a line by itself, all of the main code will be removed when Generate Code button is pressed.
The key issue is that the { brace is on the same line as the comment.
5056 GDB server RX
Timestamp setting on the Trace view has no effect on results for Profile view for RX devices.
5063 Application
Dependency scanning is not working for assembler file. This is for GCC build plugins.
5083
CubeSuite+
importer/exporter Folder level build options are not converted correctly.
5110 GDB
For some RX devices the default display of PSW the IPL is displayed wrong. The MSB is not shown.
5124 Application
Active configuration lost while importing project (which is exported as file system).
5162 Coverage plugin
New code after a reload operation is shown as executed (RX).
5171
CCRX Build
plugin
Files included in the Pre-include build options are not analyzed for the pre-processor statement in
the editor. This can give the impression that code is not included in the build when it is.
5179
CubeSuite+
importer/exporter
When CubeSuite+ project imports to e2 studio, Build cannot perform sometimes.
[Workaround]
Please add the <root folder> to "C/C++ General -> Paths and Symbol -> Source Location"
5201 Application
If you create a project and debug session for a GDB simulator before executing a hardware debug
session it will fail. This is because the debugger support is not unpacked until a hardware debug
session is used.
To work around setup and launch a hardware debug session. You do not actually need hardware to
do this.
5243 Application
When using GCC build plugins there are some library generator options that are not restored when
you select "Restore Defaults". These are:
-falign-jumps, -funit-at-a-time, -ffunction-sections, -fdata-sections, -fno-function-cse
5259 GDB
Changes to structures are not shown correctly after the download module is reloaded following a
rebuild.