Inspectors



V6.3r1 v1.0


V6.2r2 v1.0


TIPS AND TRICKS

This page con­tains Tri­Core Inspec­tor tips & tricks from our cus­tomer sup­port staff.


What is the TASKING TriCore Inspector about?

The TASKING Tri­Core Inspec­tor is a prod­uct which allows you to ascer­tain whether com­pi­la­tion of your code is affect­ed by known issues in var­i­ous com­po­nents of the TASKING VX-toolset for Tri­Core as pre­sent­ed on the TASKING Issue Por­tal. Essen­tial­ly, the Inspec­tor is a copy of an exist­ing Tri­Core toolset that does not pro­duce any exe­cutable code. It pro­duces diag­nos­tic mes­sages instead.

How to use the Inspector tool from within the TASKING TriCore Eclipse Environment?

1. Go to the PRODDIR (prod­uct direc­to­ry where Tri­Core bina­ries are installed) of the Task­ing Tri­Core tools, for exam­ple:

C:\Program Files (x86)\TASKING\TriCore v6.2r2\ctc\bin

2. Rename the fol­low­ing exist­ing files as fol­lows:

cctc.exe  to  cctc_orig.exe
ctc.exe   to  ctc_orig.exe
astc.exe  to  astc_orig.exe
cptc.exe  to  cptc_orig.exe
ltc.exe   to  ltc_orig.exe

3. Go to the PRODDIR (prod­uct direc­to­ry where the Inspec­tor bina­ries are installed) of the TASKING Inspec­tor, for exam­ple:

C:\Program Files (x86)\TASKING\TriCore_v6.2r2_Inspector
v1.0r1\ctc\bin

4. Copy the fol­low­ing files:

insp_cctc.exe
insp_ctc.exe
insp_astc.exe
insp_cptc.exe
insp_ltc.exe

and paste them to the  PRODDIR of the Task­ing Tri­Core tools

5. Down­load the batch file select into the PRODDIR of the Task­ing Tri­Core tools and add the .bat file exten­sion: select.bat. If nec­es­sary mod­i­fy the path entries used in the batch file to match your instal­la­tion fold­ers, if you did not use the default fold­ers.

6. Open a Com­mand Prompt with admin­is­tra­tor rights:
Win­dows Start -> type cmd -> right click Com­mand Prompt and select Run as admin­is­tra­tor

Change to the PRODDIR of the Task­ing Tri­Core tools by run­ning this com­mand: 
cd “C:\Program Files (x86)\TASKING\TriCore v6.2r2\ctc\bin”

7. Now run the batch file:

select insp2ctc (will activate the TriCore executables)
select ctc2insp (will activate the Inspector executables)

8. Launch the Eclipse IDE for Task­ing Tri­Core tools and rebuild your appli­ca­tion. When using the Inspec­tor exe­cuta­bles, the diag­nos­tic mes­sages do show up in the Con­sole view.

Scroll to Top