Ericsson / codechecker

CodeChecker is an analyzer tooling, defect database and viewer extension for static and dynamic analyzer tools.

Home Page:https://codechecker.readthedocs.io

Repository from Github https://github.comEricsson/codecheckerRepository from Github https://github.comEricsson/codechecker

bug report

Nizihan98 opened this issue · comments

ERROR DESCRIB


when i use armcc for compiling my project, the terminal print all of the error message of " 'armcc -v' No such file or directory" and "failed to get and parse version of armcc"

how can i fix or ignore this message


VeryCapture_20240712181801

You need to have armcc's location in your PATH environment variable in the context where the analysis is executed. Alternatively, try to configure your project by setting CC=/path/to/armcc CXX=/path/to/armc++ with explicit absolute paths.