mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-27 23:38:32 +08:00
@@ -15,9 +15,9 @@ if CROSS_TOOL == 'gcc':
|
||||
# EXEC_PATH = "/opt/mips-2015.05/bin"
|
||||
EXEC_PATH = r'D:\mgc\embedded\codebench\bin'
|
||||
else:
|
||||
print '================ERROR==========================='
|
||||
print 'Not support %s yet!' % CROSS_TOOL
|
||||
print '================================================='
|
||||
print('================ERROR===========================')
|
||||
print('Not support %s yet!' % CROSS_TOOL)
|
||||
print('=================================================')
|
||||
exit(0)
|
||||
|
||||
if os.getenv('RTT_EXEC_PATH'):
|
||||
|
||||
Reference in New Issue
Block a user