mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
coverity tooling: use 2020.09 and fix tests
This commit is contained in:
parent
0f80c6dea4
commit
aafc8ac71b
4 changed files with 16 additions and 12 deletions
|
@ -1,15 +1,21 @@
|
|||
|
||||
## Coverity Scan Config & Run
|
||||
Download the Coverity Scan Self-build and install it.
|
||||
Download the Coverity Scan Self-build from https://scan.coverity.com/download/ and untar it.
|
||||
|
||||
You will need to configure ARM-NON-EABI- Compiler for it to use:
|
||||
|
||||
Configure
|
||||
Configure
|
||||
|
||||
```sh
|
||||
cov-configure --comptype gcc --compiler /opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc
|
||||
cov-configure --template --compiler arm-none-eabi-gcc --comptype gcc
|
||||
```
|
||||
If it's in a unusual location:
|
||||
|
||||
```sh
|
||||
cov-configure --comptype gcc --compiler /opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc
|
||||
```
|
||||
|
||||
Run it (I'm running on Ubuntu)
|
||||
Run it
|
||||
|
||||
```sh
|
||||
cov-build --dir cov-int make all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue