[bsp][nv32f100x] update scons config: disable GCC support.

This commit is contained in:
aozima 2018-12-03 20:21:32 +08:00
parent b02bad374f
commit cb1d1d70f1
1 changed files with 5 additions and 3 deletions

View File

@ -11,11 +11,13 @@ if os.getenv('RTT_CC'):
# cross_tool provides the cross compiler # cross_tool provides the cross compiler
# EXEC_PATH is the compiler execute path, for example, CodeSourcery, Keil MDK, IAR # EXEC_PATH is the compiler execute path, for example, CodeSourcery, Keil MDK, IAR
if CROSS_TOOL == 'gcc': if CROSS_TOOL == 'gcc':
PLATFORM = 'gcc' print('================ERROR============================')
EXEC_PATH = 'G:/iot/camera_studio-win32-20160903/camera_studio/tools/arm-2014.05/bin' print('Not support gcc yet!')
print('=================================================')
exit(0)
elif CROSS_TOOL == 'keil': elif CROSS_TOOL == 'keil':
print('================ERROR============================') print('================ERROR============================')
print('Not support iar yet!') print('Not support keil yet!')
print('=================================================') print('=================================================')
exit(0) exit(0)
elif CROSS_TOOL == 'iar': elif CROSS_TOOL == 'iar':