瀏覽代碼

simulator: no need to dump the bin file

Grissiom 12 年之前
父節點
當前提交
0961cc5e36
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/simulator/rtconfig.py

+ 1 - 1
bsp/simulator/rtconfig.py

@@ -52,7 +52,7 @@ if PLATFORM == 'gcc':
     else:
         CFLAGS += ' -O2'
 
-    POST_ACTION = OBJCPY + ' -O binary $TARGET rtthread.bin\n' + SIZE + ' $TARGET \n'
+    POST_ACTION = ''
 
 elif PLATFORM == 'cl':
     # toolchains