git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@273 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-04-19 08:22:29 +00:00
parent cc13cac88e
commit 5f310adb74
2 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,7 @@
#
TRGT = arm-none-eabi-
#TRGT = arm-eabi-
CC = $(TRGT)gcc
CP = $(TRGT)objcopy
AS = $(TRGT)gcc -x assembler-with-cpp

View File

@ -14,8 +14,9 @@ COM2 (USART2).
** Build Procedure **
The demo was built using the YAGARTO toolchain but any toolchain based on GCC
and GNU userspace programs will work.
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.
Just modify the TRGT line in the makefile in order to use different GCC ports.
** Notes **