From 82ffa82cc0423ed83ab94def6d3295f424a7c03c Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Mon, 11 Apr 2011 05:46:10 +0200 Subject: Test IMU filter. --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index db94e74..73683fd 100644 --- a/SConstruct +++ b/SConstruct @@ -13,7 +13,7 @@ env = Environment( #CPPDEFINES = [], LINK = 'arm-none-eabi-gcc', - LINKFLAGS = '-Wall -mcpu=cortex-m3 -mthumb -Wl,--gc-sections -Wl,-Tch.ld', + LINKFLAGS = '-Wall -mcpu=cortex-m3 -mthumb -Wl,-Tch.ld', # -Wl,--gc-sections AR = 'arm-none-eabi-ar', RANLIB = 'arm-none-eabi-ranlib', @@ -24,7 +24,7 @@ env = Environment( ], #LIBPATH = [], - #LIBS = [] + LIBS = ['m'], ) sources = \ -- cgit v1.2.3