altos/stm: New compiler doesn't correctly build flash bits yet
authorKeith Packard <keithp@keithp.com>
Thu, 29 Aug 2013 04:08:04 +0000 (22:08 -0600)
committerKeith Packard <keithp@keithp.com>
Thu, 29 Aug 2013 04:08:04 +0000 (22:08 -0600)
Use /opt/cortex until we make the packaged one work

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm/Makefile-flash.defs

index 016bb7e7d4a6891072e056c222a4f5e81e5a14b3..86f76d46e74f66b0e286ce0257436ab991b3f886 100644 (file)
@@ -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