development
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1105 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
f5d6a078c7
commit
6b9e823237
|
@ -53,7 +53,7 @@ endif
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Define linker script file here
|
# Define linker script file here
|
||||||
LDSCRIPT = ch.ld
|
LDSCRIPT= ch.ld
|
||||||
|
|
||||||
# Imported source files
|
# Imported source files
|
||||||
include ../../os/ports/GCC/ARMCM3/port.mk
|
include ../../os/ports/GCC/ARMCM3/port.mk
|
||||||
|
@ -72,6 +72,7 @@ CSRC = ${PORTSRC} \
|
||||||
../../os/various/evtimer.c \
|
../../os/various/evtimer.c \
|
||||||
board.c main.c
|
board.c main.c
|
||||||
|
|
||||||
|
|
||||||
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
|
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
|
||||||
# setting.
|
# setting.
|
||||||
CPPSRC =
|
CPPSRC =
|
||||||
|
@ -116,7 +117,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
|
||||||
|
|
||||||
MCU = cortex-m3
|
MCU = cortex-m3
|
||||||
|
|
||||||
TRGT = arm-none-eabi-
|
TRGT = arm-elf-
|
||||||
CC = $(TRGT)gcc
|
CC = $(TRGT)gcc
|
||||||
CPPC = $(TRGT)g++
|
CPPC = $(TRGT)g++
|
||||||
# Enable loading with g++ only if you need C++ runtime support.
|
# Enable loading with g++ only if you need C++ runtime support.
|
||||||
|
|
Loading…
Reference in New Issue