From 16e06c3edf4cc6ab10e59616a7fb3e59a751fb48 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 10 Mar 2017 14:22:12 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10122 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/SPC5/NIL-SPC560D-EVB/Makefile | 7 ++++--- demos/SPC5/RT-SPC560B-EVB/Makefile | 7 ++++--- demos/SPC5/RT-SPC560D-EVB/.cproject | 4 +--- demos/SPC5/RT-SPC560D-EVB/Makefile | 7 ++++--- demos/SPC5/RT-SPC560P-EVB/Makefile | 7 ++++--- demos/SPC5/RT-SPC563M-EVB/Makefile | 7 ++++--- demos/SPC5/RT-SPC564A-EVB/Makefile | 7 ++++--- demos/SPC5/RT-SPC56EC-EVB/Makefile | 7 ++++--- demos/SPC5/RT-SPC56EL-EVB/Makefile | 7 ++++--- 9 files changed, 33 insertions(+), 27 deletions(-) (limited to 'demos/SPC5') diff --git a/demos/SPC5/NIL-SPC560D-EVB/Makefile b/demos/SPC5/NIL-SPC560D-EVB/Makefile index d0b8ac03f..b2cb5f740 100644 --- a/demos/SPC5/NIL-SPC560D-EVB/Makefile +++ b/demos/SPC5/NIL-SPC560D-EVB/Makefile @@ -129,11 +129,12 @@ INCDIR = $(CHIBIOS)/os/license \ # Compiler settings # -#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames -MCU = e200z0 -meabi -msdata=none -mregnames +#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec +MCU = e200z0 -meabi -msdata=none -mregnames # Free GCC #TRGT = ppc-vle- -TRGT = powerpc-eabivle- +#TRGT = powerpc-eabivle- +TRGT = ppc-freevle-eabi- CC = $(TRGT)gcc CPPC = $(TRGT)g++ # Enable loading with g++ only if you need C++ runtime support. diff --git a/demos/SPC5/RT-SPC560B-EVB/Makefile b/demos/SPC5/RT-SPC560B-EVB/Makefile index 7dacac4df..1dcec9b2d 100644 --- a/demos/SPC5/RT-SPC560B-EVB/Makefile +++ b/demos/SPC5/RT-SPC560B-EVB/Makefile @@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \ # Compiler settings # -#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames -MCU = e200z0 -meabi -msdata=none -mregnames +#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec +MCU = e200z0 -meabi -msdata=none -mregnames # Free GCC #TRGT = ppc-vle- -TRGT = powerpc-eabivle- +#TRGT = powerpc-eabivle- +TRGT = ppc-freevle-eabi- CC = $(TRGT)gcc CPPC = $(TRGT)g++ # Enable loading with g++ only if you need C++ runtime support. diff --git a/demos/SPC5/RT-SPC560D-EVB/.cproject b/demos/SPC5/RT-SPC560D-EVB/.cproject index 03d4fd009..f74af61c9 100644 --- a/demos/SPC5/RT-SPC560D-EVB/.cproject +++ b/demos/SPC5/RT-SPC560D-EVB/.cproject @@ -1,7 +1,5 @@ - - - + diff --git a/demos/SPC5/RT-SPC560D-EVB/Makefile b/demos/SPC5/RT-SPC560D-EVB/Makefile index f8079a253..17d0108ff 100644 --- a/demos/SPC5/RT-SPC560D-EVB/Makefile +++ b/demos/SPC5/RT-SPC560D-EVB/Makefile @@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \ # Compiler settings # -#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames -MCU = e200z0 -meabi -msdata=none -mregnames +#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec +MCU = e200z0 -meabi -msdata=none -mregnames # Free GCC #TRGT = ppc-vle- -TRGT = powerpc-eabivle- +#TRGT = powerpc-eabivle- +TRGT = ppc-freevle-eabi- CC = $(TRGT)gcc CPPC = $(TRGT)g++ # Enable loading with g++ only if you need C++ runtime support. diff --git a/demos/SPC5/RT-SPC560P-EVB/Makefile b/demos/SPC5/RT-SPC560P-EVB/Makefile index cf5a358be..9a847de2e 100644 --- a/demos/SPC5/RT-SPC560P-EVB/Makefile +++ b/demos/SPC5/RT-SPC560P-EVB/Makefile @@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \ # Compiler settings # -#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames -MCU = e200z0 -meabi -msdata=none -mregnames +#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec +MCU = e200z0 -meabi -msdata=none -mregnames # Free GCC #TRGT = ppc-vle- -TRGT = powerpc-eabivle- +#TRGT = powerpc-eabivle- +TRGT = ppc-freevle-eabi- CC = $(TRGT)gcc CPPC = $(TRGT)g++ # Enable loading with g++ only if you need C++ runtime support. diff --git a/demos/SPC5/RT-SPC563M-EVB/Makefile b/demos/SPC5/RT-SPC563M-EVB/Makefile index ac52f61f5..7ec8501fd 100644 --- a/demos/SPC5/RT-SPC563M-EVB/Makefile +++ b/demos/SPC5/RT-SPC563M-EVB/Makefile @@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \ # Compiler settings # -#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames -MCU = e200z0 -meabi -msdata=none -mregnames +#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec +MCU = e200z3 -meabi -msdata=none -mregnames # Free GCC #TRGT = ppc-vle- -TRGT = powerpc-eabivle- +#TRGT = powerpc-eabivle- +TRGT = ppc-freevle-eabi- CC = $(TRGT)gcc CPPC = $(TRGT)g++ # Enable loading with g++ only if you need C++ runtime support. diff --git a/demos/SPC5/RT-SPC564A-EVB/Makefile b/demos/SPC5/RT-SPC564A-EVB/Makefile index 8ad7d5df3..114bd8d87 100644 --- a/demos/SPC5/RT-SPC564A-EVB/Makefile +++ b/demos/SPC5/RT-SPC564A-EVB/Makefile @@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \ # Compiler settings # -#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames -MCU = e200z0 -meabi -msdata=none -mregnames +#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec +MCU = e200z4 -meabi -msdata=none -mregnames # Free GCC #TRGT = ppc-vle- -TRGT = powerpc-eabivle- +#TRGT = powerpc-eabivle- +TRGT = ppc-freevle-eabi- CC = $(TRGT)gcc CPPC = $(TRGT)g++ # Enable loading with g++ only if you need C++ runtime support. diff --git a/demos/SPC5/RT-SPC56EC-EVB/Makefile b/demos/SPC5/RT-SPC56EC-EVB/Makefile index 965773bd9..1cfe85049 100644 --- a/demos/SPC5/RT-SPC56EC-EVB/Makefile +++ b/demos/SPC5/RT-SPC56EC-EVB/Makefile @@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \ # Compiler settings # -#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames -MCU = e200z0 -meabi -msdata=none -mregnames +#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec +MCU = e200z4 -meabi -msdata=none -mregnames # Free GCC #TRGT = ppc-vle- -TRGT = powerpc-eabivle- +#TRGT = powerpc-eabivle- +TRGT = ppc-freevle-eabi- CC = $(TRGT)gcc CPPC = $(TRGT)g++ # Enable loading with g++ only if you need C++ runtime support. diff --git a/demos/SPC5/RT-SPC56EL-EVB/Makefile b/demos/SPC5/RT-SPC56EL-EVB/Makefile index dbaca89ca..9ae00d026 100644 --- a/demos/SPC5/RT-SPC56EL-EVB/Makefile +++ b/demos/SPC5/RT-SPC56EL-EVB/Makefile @@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \ # Compiler settings # -#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames -MCU = e200z0 -meabi -msdata=none -mregnames +#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec +MCU = e200z4 -meabi -msdata=none -mregnames # Free GCC #TRGT = ppc-vle- -TRGT = powerpc-eabivle- +#TRGT = powerpc-eabivle- +TRGT = ppc-freevle-eabi- CC = $(TRGT)gcc CPPC = $(TRGT)g++ # Enable loading with g++ only if you need C++ runtime support. -- cgit v1.2.3