altos: Use installed arm compiler for LPC
[fw/altos] / src / lpc / Makefile.defs
index c18284d2c29dce789621fd0e5fb785dfcd2fd72f..9e87cee1c8e207ed5a2912d08dd9dcabaa85118f 100644 (file)
@@ -7,11 +7,13 @@ vpath load_csv.5c ../kalman
 vpath matrix.5c ../kalman
 vpath ao-make-product.5c ../util
 
-CC=arm-none-eabi-gcc
+CC=/usr/bin/arm-none-eabi-gcc
 SAT=/opt/cortex
 SAT_CLIB=$(SAT)/lib/pdclib-cortex-m0.a
 SAT_CFLAGS=-I$(SAT)/include
 
+#CC=/opt/arm-gcc-bits/bin/arm-none-eabi-gcc
+
 ifndef VERSION
 include ../Version
 endif