summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-08-28 22:08:04 -0600
committerKeith Packard <keithp@keithp.com>2013-08-28 22:08:04 -0600
commit2fa87754c5c11bb86e9b1878580c3d4f4b2463f5 (patch)
tree7303fe9d1f7f3d73a1c91d7c14dfffa3a016a90c
parent4887af0bf90661a3fdca76f1797a704888edab06 (diff)
altos/stm: New compiler doesn't correctly build flash bits yet
Use /opt/cortex until we make the packaged one work Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/stm/Makefile-flash.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm/Makefile-flash.defs b/src/stm/Makefile-flash.defs
index 016bb7e7..86f76d46 100644
--- a/src/stm/Makefile-flash.defs
+++ b/src/stm/Makefile-flash.defs
@@ -6,7 +6,7 @@ vpath ao-make-product.5c $(TOPDIR)/util
.elf.ihx:
objcopy -O ihex $*.elf $@
-CC=arm-none-eabi-gcc
+CC=/opt/cortex/bin/arm-none-eabi-gcc
SAT=/opt/cortex
SAT_CLIB=$(SAT)/lib/pdclib-cortex-m3.a
SAT_CFLAGS=-I$(SAT)/include