[Tools] add armclangMDK) get version support
This commit is contained in:
parent
20207fbcd4
commit
93bdf5ca08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user