From: Keith Packard Date: Tue, 8 Oct 2013 04:04:39 +0000 (-0700) Subject: Use packaged gcc-arm-none-eabi compiler X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=925822fe1ec8c92d9851a24567f29503831a064f;p=fw%2Fpdclib Use packaged gcc-arm-none-eabi compiler Signed-off-by: Keith Packard --- 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