From 2fc60ba1c3818da71cddfc2fb9cc95b91075f823 Mon Sep 17 00:00:00 2001 From: Rogerz Zhang Date: Fri, 4 Jan 2013 00:05:30 +0800 Subject: [PATCH] Fix build error under linux --- bsp/lm3s8962/Libraries/SConscript | 2 +- bsp/lm3s9b9x/Libraries/SConscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/lm3s8962/Libraries/SConscript b/bsp/lm3s8962/Libraries/SConscript index 784d61658a..15cec88463 100644 --- a/bsp/lm3s8962/Libraries/SConscript +++ b/bsp/lm3s8962/Libraries/SConscript @@ -12,7 +12,7 @@ if rtconfig.PART_TYPE.startswith('PART_LM4F') != True: # add for startup script if rtconfig.CROSS_TOOL == 'gcc': - src += ['startup/gcc/start_gcc.s'] + src += ['startup/gcc/start_gcc.S'] elif rtconfig.CROSS_TOOL == 'keil': src += ['startup/arm/start_rvds.S'] elif rtconfig.CROSS_TOOL == 'iar': diff --git a/bsp/lm3s9b9x/Libraries/SConscript b/bsp/lm3s9b9x/Libraries/SConscript index 784d61658a..15cec88463 100644 --- a/bsp/lm3s9b9x/Libraries/SConscript +++ b/bsp/lm3s9b9x/Libraries/SConscript @@ -12,7 +12,7 @@ if rtconfig.PART_TYPE.startswith('PART_LM4F') != True: # add for startup script if rtconfig.CROSS_TOOL == 'gcc': - src += ['startup/gcc/start_gcc.s'] + src += ['startup/gcc/start_gcc.S'] elif rtconfig.CROSS_TOOL == 'keil': src += ['startup/arm/start_rvds.S'] elif rtconfig.CROSS_TOOL == 'iar': -- GitLab