mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 13:55:26 +08:00
[tools] Modify building.py and gcc.py for work with Python 3.
This commit is contained in:
@@ -806,7 +806,7 @@ def EndBuilding(target, program = None):
|
||||
|
||||
if not GetOption('help') and not GetOption('target'):
|
||||
if not os.path.exists(rtconfig.EXEC_PATH):
|
||||
print ("Error: the toolchain path ("+rtconfig.EXEC_PATH+") is not exist, please check 'EXEC_PATH' in path or rtconfig.py.")
|
||||
print ("Error: the toolchain path (" + rtconfig.EXEC_PATH + ") is not exist, please check 'EXEC_PATH' in path or rtconfig.py.")
|
||||
need_exit = True
|
||||
|
||||
if need_exit:
|
||||
|
Reference in New Issue
Block a user