摘要:
// 本文部分内容来自网络 1. ARMv7-M与ARMv7-A/ARMv7-R和之间有什么区别? Version 7 of the ARM® architecture or "ARMv7" comprises three profiles: A for Applications. R for Re 阅读全文
摘要:
shell脚本在执行的时候报错,bash: xxx: /bin/bash^M: bad interpreter: No such file or directory 脚本内容很简单,仅供测试: Shell代码 #!/bin/bash export PATH=$PATH:~/build/compile 阅读全文