Static code metrics report was not successfully generated because of the following errors
조회 수: 12 (최근 30일)
이전 댓글 표시
Hello,
I would like to check the "Static code metrics report", after I build my model into Parrot mambo. I am using "absQuadcopter.prj (https://www.mathworks.com/help/aeroblks/quadcopter-project.html) and hardware support package (https://www.mathworks.com/hardware-support/parrot-minidrones.html). I am building "Flight Contol System" subsystem into the Parrot Mambo as described in the project documentation. The subsystem is succesfully built and the drone is working as expected in real time. On the other hand, I have issues with Code Generation Report, specifically "Static Code Metrics Report". I am receiving following errors:
I don't understand the problem really. It is strange that standard C header files cannot be opened. Does any know how to solve this issue?
댓글 수: 1
Prashant Nirmal
2019년 11월 15일
Try to open MATLAB as administrator. Also try to create report from MATLAB Prompt
답변 (1개)
Sukrut Tamhankar
2020년 5월 7일
The following are the limitations of Static Code Metrics Report:
Static code metrics are not available if the target configuration for a model results in generated code that:
- Includes a header file that is not generated by the model hierarchy and is not a system header file
- Uses a macro that is not recognized
Please refer the following MATLAB documentation link for more information regarding Static code metrics analysis:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Support Package for Parrot Drones에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!