mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 04:26:41 +08:00
e3a82cd849
Added installtion videos. Re-wrote installtion instructions
422 B
422 B
Coverity Scan Config & Run
Download the Coverity Scan Self-buld and install it. You will need to configure ARM-NON-EABI- Compiler for it to use:
Configure
cov-configure --comptype gcc --compiler /opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc
Run it (I'm running on Ubuntu)
cov-build --dir cov-int make all
Make a tarball
tar czvf proxmark3.tgz cov-int
Upload it to coverity.com