Add the following locations to your PATH:
<National_Instruments_installation_dir>\CVI2015 <National_Instruments_installation_dir>\CVI2015\bin <National_Instruments_installation_dir>\CVI2015\bin\clang\3.3 |
compile.exe -rebuild project_name.prj
cvibuild.project_name/<build_config>
Run the jam.exe utility (located in the CVI2013/bin
directory of the National Instruments installation), wrapping the command with the cpptesttrace utility (shipped with C++test):
cpptesttrace --cpptesttraceOutputFile=<project_name>.bdf --cpptesttraceProjectName=<project_name> jam.exe -a |
Specify the absolute path to the By default, the trace feature is configured to capture each toolchain executable name recognized by 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.