Hardware manual
e
2
studio 3.1 Release Note
Rev 1.0, Jan 21st, 2015 Page 19
3928
CCRX Build plugin
By default the e
2
studio editor character code is set to UTF-8. This means it is possible to enter
characters that are then not supported by default by the CCRX toolchain.
CCRX default input is SJIS.
To enable UTF-8 for the toolchain you must first select C99 support.
3945
Application
When importing a HEW project if it contains folders with the same name at the same hierarchy
then not all the files will import successfully.
i.e.
"....\WorkSpace\WorkSpace\Developments\src\embOS\Util\MEASUREMENT.c"
"....\WorkSpace\WorkSpace\Developments\src\protocols\util\SerialUtil.c"
3950
Application
Breakpoints cannot be unset within the editor when code is #ifdef out.
These breakpoints will need to be removed from the breakpoints plugin.
3992
Application
When importing projects from HEW into e
2
studio when the files are read only, build errors occur
following import. Ensure the files are writable.
4104
Application
When the project is re-named. If the user then uses the feature project > Build Configurations >
Build All. The active configuration builds successfully but subsequent configurations fail.
4105
Application
When using GCC on Japanese Windows. If you create a new workspace on the desktop the
default GCC projects fail to build correctly.
4189
Project Generation
It is not possible to build project which has more than 98 characters in its project name.
4191
GDB server RX
When using Segger JLink, with the "Force Hardware Breakpoints" debug option enabled, adding
more than the maximum amount of breakpoints for a device and then removing some can lead to
none of the breakpoints firing. Workaround is to add a single breakpoint back in to trigger the
reapply of all others.
4303
RL78 GCC build
plugin
When the project has a toolchain that does not match the path for the toolchain installed on the
machine problems with build can occur.
Workaround is to delete the 'org.eclipse.cdt.core.prefs' file from .settings folder and then import
the project.
Alternatively you can modify the toolchain path from Properties > C/C++ Build > Environment.
Modifying the toolchain path builds the project successfully.
4314
GDB Server SH
For the SH debugger the Debug Tool Settings -> Use User Stack option is not processed by the
debugger. The setting is not used.
4350
CubeSuite+
importer/exporter
When importing a project from CubeSuite+ to e
2
studio the “toolchain version is changed" dialog is
always displayed.
This is because the version string in imported project file and the toolchain information in e
2
studio
does not match. Ignoring this dialog and continuing should result in a successful import.
4422
Application
When debugging a project that has been imported but that has not been rebuilt you need to setup
the debugger to look in the original source file location.
This is done via the Source tab of the Debug Configurations dialog.
4450
CCRX Build plugin
Linker section settings of Renesas toolchain are not getting saved for multiple configurations.