mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
011a793eae
UPD: install.sh now downloads the repo and make a clean build
13 lines
No EOL
552 B
Bash
Executable file
13 lines
No EOL
552 B
Bash
Executable file
#!/bin/bash
|
|
|
|
## 20160116, iceman
|
|
## remove old
|
|
rm /home/user/cov-analysis-linux-2017.07/config/coverity_config.xml
|
|
rm -rf /home/user/cov-analysis-linux-2017.07/config/gcc-config-?
|
|
rm -rf /home/user/cov-analysis-linux-2017.07/config/g++-config-?
|
|
|
|
## Configure ARM , make sure you have the arm gcc in your $PATH variable.
|
|
#/home/user/cov-analysis-linux-2017.07/bin/cov-configure -co arm-none-eabi-gcc -- -mthumb-interwork
|
|
/home/user/cov-analysis-linux-2017.07/bin/cov-configure -co arm-none-eabi-gcc -- -std=c99 -mthumb -mthumb-interwork
|
|
|
|
echo "Done." |