0 Star 0 Fork 0

nov12 / proxmark3-iceman

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
covconfig.sh 552 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/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."
1
https://gitee.com/nov12/proxmark3-iceman.git
git@gitee.com:nov12/proxmark3-iceman.git
nov12
proxmark3-iceman
proxmark3-iceman
master

搜索帮助