From cb1d1d70f1a366ef3856b90060b9cd51c05a29da Mon Sep 17 00:00:00 2001 From: aozima Date: Mon, 3 Dec 2018 20:21:32 +0800 Subject: [PATCH] [bsp][nv32f100x] update scons config: disable GCC support. --- bsp/nv32f100x/rtconfig.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bsp/nv32f100x/rtconfig.py b/bsp/nv32f100x/rtconfig.py index b2c7d0fdc..7e1e24fac 100644 --- a/bsp/nv32f100x/rtconfig.py +++ b/bsp/nv32f100x/rtconfig.py @@ -11,11 +11,13 @@ if os.getenv('RTT_CC'): # cross_tool provides the cross compiler # EXEC_PATH is the compiler execute path, for example, CodeSourcery, Keil MDK, IAR if CROSS_TOOL == 'gcc': - PLATFORM = 'gcc' - EXEC_PATH = 'G:/iot/camera_studio-win32-20160903/camera_studio/tools/arm-2014.05/bin' + print('================ERROR============================') + print('Not support gcc yet!') + print('=================================================') + exit(0) elif CROSS_TOOL == 'keil': print('================ERROR============================') - print('Not support iar yet!') + print('Not support keil yet!') print('=================================================') exit(0) elif CROSS_TOOL == 'iar': -- GitLab