Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug report #4293

Open
Nizihan98 opened this issue Jul 12, 2024 · 2 comments
Open

bug report #4293

Nizihan98 opened this issue Jul 12, 2024 · 2 comments
Labels
analyzer 📈 Related to the analyze commands (analysis driver) ld-logger 📃 question ❔ tools 🛠️ Meta-tag for all the additional tools supplied with CodeChecker: plist2html, tu_collector, etc.

Comments

@Nizihan98
Copy link

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

@whisperity
Copy link
Member

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.

@whisperity whisperity added question ❔ analyzer 📈 Related to the analyze commands (analysis driver) tools 🛠️ Meta-tag for all the additional tools supplied with CodeChecker: plist2html, tu_collector, etc. ld-logger 📃 labels Jul 13, 2024
@Nizihan98
Copy link
Author

Nizihan98 commented Jul 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer 📈 Related to the analyze commands (analysis driver) ld-logger 📃 question ❔ tools 🛠️ Meta-tag for all the additional tools supplied with CodeChecker: plist2html, tu_collector, etc.
Projects
None yet
Development

No branches or pull requests

2 participants