Hardware manual

e
2
studio 3.1 Release Note
Rev 1.4, Sep 23, 2014 Page 17
1616
RX GCC build
plugin
The options of a Build Configuration were not correct after specifying Multiple Configurations...
functionality.
1640 Application
After creation a project cannot be deleted straight away. If the user waits around 30 seconds the
project can then be deleted.
1642 Application
Erase flash on start-up option on RL78 should be executed once.
When e2studio connects successfully to RL78 target and erases the flash, this option should return
to false, so that flashing is not done everytime target is connected.
1645
Event points
plugin
For the SH7216 target (and most likely other targets), when using the address conditions and
associated mask, the boolean parameter (parameter 17) 'address mask compare type' is not being
set to true.
1778 Application
When setting the 'Internal Flash Memory Overwrite' debug option, it is possible to exceed the
maximum number of non-continuous memory blocks supported. No warning is given if this limit is
exceeded.
When setting this option ensure the limit (16 for RX devices) is not exceeded.
1808
HEW Project
Converter
Import a HEW RX project in e2studio using the HEW project importer.
Check: Project > Properties > Compiler > Source > Include file directories. Paths are duplicated
1859 GDB server
Program execution stops inside a range when Range Exclusive is specified in the address settings
for OA event points.
1889 Application
Due to file extension issue with .s and .S and due to known bug, e2studio users will not be able to
use .s or .S effectively to pre-process assembly files that need GCC. Hence we suggest renaming
these files to use:
.S -> .asm
.s -> .src
1891 Application
When an RX hardware debug session is executing the reset button can be operated but does
nothing.
In RL78 the debugger is reset correctly.
1936 Coverage plugin
When using the IECUBE for RL78 the source lines for coverage are not being highlighted correctly in
some cases.
1950
HEW Project
Converter
A user tries to import a already imported project (in a different workspace) again. However the
project is deleted from the previous workspace.
This results in the following error message "The selected .hwp file overlaps the location of another
project". See attached dialog.
This is because when the project is removed from the project tree the Eclipse projects are not
physically removed. Deleting the Eclipse project files from the directory allows the operation to
continue.
1982
RX GCC build
plugin
For Renesas CCRX the Converter phase gets invoked even when using the external linker
subcommand option. This should not happen.
2010
HEW Project
Converter
HEW Project Import fails to build file due to File or path name too long.
This is due to the difference between HEW and Eclipse. In HEW object files are output to the
configuration directory. In Eclipse the files are output alongside the source file in the same directory.