Keil UVision Parasoft Plugin
I work with Keil uVision v5 ide and I want to plugin yhis ide to parasoft. But I think this ide is not eclipse based. Therefore when I run the installation about parasoft c++test eclipse plugin setup file and proccess ended parasoft view does not appear on toolbar of keil uvision ide. How can I plug Parasoft with Keil uvision ide?
Comments
-
Hi fatmanur61
you should see Parasoft C++test documentation, section "Importing an Existing Keil uVision Project" and then section "Keil MDK-ARM Support"
You have to use bdf files to allows analyze projects from Keil uVison.--
Ireneusz Szmigiel
http://www.catb.org/esr/faqs/smart-questions.html0 -
...what Ireneusz said + if you don't have Eclipse or a supported Eclipse based IDE installed on your system already - then you should use Standalone Professional edition of C/C++test.
0 -
@Andrey Madan thanks for your answer. I should use the attached image which shows standalone addition colored blue one isn't it? I downloaded it and then run it but it is just desktop C++Test IDE it is not plugin for keil or etc.
0 -
@Ireneusz Szmigiel thanks for your answer. If I accomplish the plug in to Keil uVision I look at the document which is shared by you for executing analysis in Keil uVision (like static and dynamic analysis). I want to ask about bdf file. What is it? what does it do?
0 -
@fatmanur61
The bdf (build data file) keep info about build information for project as:
working directory,
command line options for the compilation,
and link processes of the original build.Please, take a look here: Creating a Project Using an Existing Build System
--
Ireneusz Szmigiel
http://www.catb.org/esr/faqs/smart-questions.html0 -
There is no plugin into Keil IDE directly as it is a proprietary closed system. We support ARM ecosystem such as build utilities and debugger interface to analyze Keil projects via creating bdf and execute tests on target platform via debuggers integration.
0 -
@Andrey Madan thanks For executing unit test on target or simulator. The embedded support at license configuration pane must be active isn't it? Because I generate autogenerated unit test but when I run test. After build test executable feature. The executed test number obtained zero
0