From 842d129f035515728915893085f2ee9fc2c22665 Mon Sep 17 00:00:00 2001 From: prife Date: Fri, 1 Mar 2013 22:43:33 +0800 Subject: [PATCH] simulator: assign the x86 32bit version in Enverionment, or the 64bit version will be built with vs2010 in win7 64bit --- bsp/simulator/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/simulator/SConstruct b/bsp/simulator/SConstruct index f4d21eeee2..ed5994d2f7 100755 --- a/bsp/simulator/SConstruct +++ b/bsp/simulator/SConstruct @@ -19,7 +19,7 @@ sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')] from building import * -env = Environment() +env = Environment(TARGET_ARCH='x86') Export('RTT_ROOT') Export('rtconfig') -- GitLab