Hi,
One of our customer is facing below issue with compiler option "--gen_profile_info".
Below is his query.Please respond.
"I am developping an application that runs on a TDA3x Processor. I have developped some functionalities and now i am doing unit test. I would like to see the code coverage when compiling the whole application.
I am using the ARMCL compiler and ARMAR. I have seen on ARM documentation that an compilation option "--gen_profile_info" exists that instrumentalizes the code to later generate a code coverage report, but when I use that option in compilation an error "armpprof: No such file or directory" appears.
Has anyone ever made unit testing on target with an TDA3x processor and an ARM compiler? Could anyone please give me a hint on how to integrate, compile and execute the unit tests on target in order to check the code coverage?
PD: To generate the unit tests I am using UNITY (opensource framework). Other suggestions are welcome
Thank you very much in advance"