mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
CHG: added some cleaning up earlier configurations, so the new config settings will be pure.
This commit is contained in:
parent
7cc8fee986
commit
0baea563de
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
## 20160116, iceman
|
## 20160116, iceman
|
||||||
|
## remove old
|
||||||
|
rm /home/user/cov-analysis-linux-7.7.0.4/config/coverity_config.xml
|
||||||
|
rm -rf /home/user/cov-analysis-linux-7.7.0.4/config/gcc-config-?
|
||||||
|
rm -rf /home/user/cov-analysis-linux-7.7.0.4/config/g++-config-?
|
||||||
|
|
||||||
|
|
||||||
## Configure ARM , make sure you have the arm gcc in your $PATH variable.
|
## Configure ARM , make sure you have the arm gcc in your $PATH variable.
|
||||||
cov-configure -co arm-none-eabi-gcc -- -mthumb-interwork
|
cov-configure -co arm-none-eabi-gcc -- -mthumb-interwork
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue