Everything

2.4 Convert a CubeSuite Project into a CS+ Project

In the RI series, you can convert a CubeSuite project into a CS+ project automatically by selecting [Open Project...] from the [Project] menu with CS+.
- The real-time OS name in use will be changed at the same time (RX78K0R -> RI78V4 V1.xx.xx, RX850V4 -> RI850V4 V1.xx.xx)
- With the change of the real-time OS name, substitution processing will be performed for the following: system configuration file that was used in a CubeSuite project; real-time OS name described in the link directive file; version; and memory area
- Since substitution processing will be performed on your system configuration file and link directive file, backup copies of the original files will first be made. Name the copied file as original-file-name.(dot)old-real-time OS-name.
- Because substitution processing will be performed, do not add a write inhibit attribute to any file or folder to be converted. If it has a write inhibit attribute, no substitution processing will be performed.
- The character code of the file generated after substitution will be the same as the character code before substitution. If the character code cannot be identified, the Windows default character code will be used.
- After processing of conversion to CS+, output (rebuild) again the file generated from the system configuration file.
Caution It cannot convert a project directly "RX78K0R -> RI78V4 V2.xx.xx" or "RX850V4 -> RI850V4 V2.xx.xx".In this case, first, converts project "RX78K0R -> RI78V4 V1.xx.xx" or "RX850V4 -> RI850V4 V1.xx.xx", next, uses project diversion function.