This topic provides information about integrating C/C++test with Renesas RX.
Both C/C++test standalone and the C/C++test Eclipse plugin allow C/C++test to be used with Renesas RX—no special integration is required, because C/C++test's support for Renesas RX does not involve integrating with the RX development environment. Instead, C/C++test is preconfigured to support RX set of compilers and allow C/C++test projects to use these compilers.
You can use the cpptesttrace
utility to create a .bdf file based on an e2studio project (see Generating a .bdf File From an e2studio Project) and import the .bdf file into C++test for analysis (see Import BDF file into C++test).
See Compilers for information about supported compilers.
cpptesttrace --cpptesttraceProjectName=<prj_name> --cpptesttraceOutputFile=<prj_dir>\<prj_name>.bdf <path_to_e2studio>\e2_studio\Utilities\make.exe all |
To enable logging, add the -d
option after calling make.exe
and before the all
command.
Specify the absolute path to the By default, the trace feature is configured to capture each toolchain executable name recognized by C/C++test through built-in compiler configurations. If the process' command-lines aren't scanned, specify the compiler and linker executable names by adding a
The |
You must repeat the entire process following any changes to the original project unless you are adding new sources in existing source locations.