提交 93bdf5ca 编写于 作者: 哈哈哈可是开电脑's avatar 哈哈哈可是开电脑 提交者: mysterywolf

[Tools] add armclangMDK) get version support

上级 20207fbc
......@@ -425,7 +425,10 @@ def ARMCC_Version():
import re
path = rtconfig.EXEC_PATH
path = os.path.join(path, 'armcc.exe')
if(rtconfig.PLATFORM == 'armcc'):
path = os.path.join(path, 'armcc.exe')
elif(rtconfig.PLATFORM == 'armclang'):
path = os.path.join(path, 'armlink.exe')
if os.path.exists(path):
cmd = path
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册