aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-04 07:44:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-04 07:44:48 +0000
commit102341ad5d0e39af783675233b888977ab4585db (patch)
tree7857dba77dac5ddd8ef4b529ac9617e176d20892 /demos
parentc95c06216f9869d959f6b116bc65bd5548cad801 (diff)
downloadChibiOS-102341ad5d0e39af783675233b888977ab4585db.tar.gz
ChibiOS-102341ad5d0e39af783675233b888977ab4585db.tar.bz2
ChibiOS-102341ad5d0e39af783675233b888977ab4585db.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@447 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/ARMCM3-STM32F103-GCC/Makefile3
-rw-r--r--demos/ARMCM3-STM32F103-GCC/readme.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/demos/ARMCM3-STM32F103-GCC/Makefile b/demos/ARMCM3-STM32F103-GCC/Makefile
index a0c76a43b..6c3417ca6 100644
--- a/demos/ARMCM3-STM32F103-GCC/Makefile
+++ b/demos/ARMCM3-STM32F103-GCC/Makefile
@@ -16,8 +16,9 @@
# Start of default section
#
-TRGT = arm-none-eabi-
+#TRGT = arm-none-eabi-
#TRGT = arm-eabi-
+TRGT = arm-elf-
CC = $(TRGT)gcc
CP = $(TRGT)objcopy
AS = $(TRGT)gcc -x assembler-with-cpp
diff --git a/demos/ARMCM3-STM32F103-GCC/readme.txt b/demos/ARMCM3-STM32F103-GCC/readme.txt
index ca17e697f..a3ca86747 100644
--- a/demos/ARMCM3-STM32F103-GCC/readme.txt
+++ b/demos/ARMCM3-STM32F103-GCC/readme.txt
@@ -15,7 +15,8 @@ COM2 (USART2).
** Build Procedure **
The demo was tested by using the free Codesourcery GCC-based toolchain (a
-modified 4.2.1 GCC) and an experimental WinARM build including GCC 4.3.0.
+modified 4.2.3 GCC), YAGARTO 4.3.2 and an experimental WinARM build including
+GCC 4.3.0.
Just modify the TRGT line in the makefile in order to use different GCC ports.
** Notes **