From 0961cc5e36154b1eb2c474cb9472fdf5201c1cf5 Mon Sep 17 00:00:00 2001 From: Grissiom Date: Thu, 24 Jan 2013 13:06:12 +0800 Subject: [PATCH] simulator: no need to dump the bin file --- bsp/simulator/rtconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/simulator/rtconfig.py b/bsp/simulator/rtconfig.py index da63b843e..38d346fce 100755 --- a/bsp/simulator/rtconfig.py +++ b/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 -- GitLab