Browse Source

[bsp][rm48x50] update scons config: disable MDK support.

aozima 6 years ago
parent
commit
cdf3f7e670
1 changed files with 4 additions and 0 deletions
  1. 4 0
      bsp/rm48x50/rtconfig.py

+ 4 - 0
bsp/rm48x50/rtconfig.py

@@ -14,6 +14,10 @@ if  CROSS_TOOL == 'gcc':
 elif CROSS_TOOL == 'keil':
     PLATFORM 	= 'armcc'
     EXEC_PATH 	= 'C:/Keil'
+    print('================ERROR============================')
+    print('Not support keil yet!')
+    print('=================================================')
+    exit(0)
 elif CROSS_TOOL == 'iar':
     print('================ERROR============================')
     print('Not support IAR yet!')