From 925822fe1ec8c92d9851a24567f29503831a064f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 7 Oct 2013 21:04:39 -0700 Subject: [PATCH] Use packaged gcc-arm-none-eabi compiler Signed-off-by: Keith Packard --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a43f7c5..107dced 100644 --- 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 -- 2.47.2