bug report
Nizihan98 opened this issue · comments
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.
hi,
Thanks for your reply! I had added armcc‘s location in my environment already. It seems that armcc -v is not supported. So, what should I do, if I want to skip the compiler version checking. Such as modify any script?
Thank you again sincerely!
At 2024-07-13 17:03:39, "whisperity" ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>