Use packaged gcc-arm-none-eabi compiler
authorKeith Packard <keithp@keithp.com>
Tue, 8 Oct 2013 04:04:39 +0000 (21:04 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 8 Oct 2013 04:05:31 +0000 (21:05 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
Makefile

index a43f7c5b4b9b8ef2a3bd39a9f70f4c7d637b69a5..107dced5b7a345cbd73fea642f17b80256e3bf32 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,8 @@ FIRSTCPU=cortex-m0
 CPU=none
 BUILD=build-$(CPU)
 
-CC=$(bindir)/arm-none-eabi-gcc
+#CC=$(bindir)/arm-none-eabi-gcc
+CC=/usr/bin/arm-none-eabi-gcc
 
 # This is where you chose which platform to compile for (see 'make links' / './platform')
 PLATFORM := altos