From: Keith Packard Date: Thu, 29 Aug 2013 04:08:04 +0000 (-0600) Subject: altos/stm: New compiler doesn't correctly build flash bits yet X-Git-Tag: 1.2.9.4~122 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=2fa87754c5c11bb86e9b1878580c3d4f4b2463f5 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 --- 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