development

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1105 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2009-08-23 12:13:07 +00:00
parent f5d6a078c7
commit 6b9e823237
1 changed files with 3 additions and 2 deletions

View File

@ -53,7 +53,7 @@ endif
PROJECT = ch
# Define linker script file here
LDSCRIPT = ch.ld
LDSCRIPT= ch.ld
# Imported source files
include ../../os/ports/GCC/ARMCM3/port.mk
@ -71,6 +71,7 @@ CSRC = ${PORTSRC} \
../../os/io/platforms/STM32F103/serial_lld.c \
../../os/various/evtimer.c \
board.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
@ -116,7 +117,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
MCU = cortex-m3
TRGT = arm-none-eabi-
TRGT = arm-elf-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.