Move cortex toolchain to /opt/cortex
authorKeith Packard <keithp@keithp.com>
Mon, 22 Apr 2013 16:06:36 +0000 (11:06 -0500)
committerKeith Packard <keithp@keithp.com>
Mon, 22 Apr 2013 16:06:36 +0000 (11:06 -0500)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm-bringup/Makefile
src/stm/Makefile.defs

index 5cc94bd969f64a3a147461bbe7489ef2416115a3..1bc5aaadd789060a44f0be9b11dd22289944f6ba 100644 (file)
@@ -8,8 +8,8 @@ endif
 CC=arm-none-eabi-gcc
 OBJCOPY=arm-none-eabi-objcopy
 
 CC=arm-none-eabi-gcc
 OBJCOPY=arm-none-eabi-objcopy
 
-PDCLIB=/home/keithp/sat
-C_LIB=$(PDCLIB)/lib/pdclib.a
+PDCLIB=/opt/cortex
+C_LIB=$(PDCLIB)/lib/pdclib-cortex-m3.a
 C_INC=-I$(PDCLIB)/include
 
 DEF_CFLAGS=-g -std=gnu99 -Os -mlittle-endian -mthumb -ffreestanding -nostdlib -I. -I../../src/stm $(C_INC)
 C_INC=-I$(PDCLIB)/include
 
 DEF_CFLAGS=-g -std=gnu99 -Os -mlittle-endian -mthumb -ffreestanding -nostdlib -I. -I../../src/stm $(C_INC)
index 04404cdcda11b3a86c400becabfcfdee7721cd57..1480f0b34f9b395b78b68a8cde338cf2bd60e3d5 100644 (file)
@@ -8,8 +8,8 @@ vpath matrix.5c ../kalman
 vpath ao-make-product.5c ../util
 
 CC=arm-none-eabi-gcc
 vpath ao-make-product.5c ../util
 
 CC=arm-none-eabi-gcc
-SAT=/home/keithp/sat
-SAT_CLIB=$(SAT)/lib/pdclib.a
+SAT=/opt/cortex
+SAT_CLIB=$(SAT)/lib/pdclib-cortex-m3.a
 SAT_CFLAGS=-I$(SAT)/include
 
 ifndef VERSION
 SAT_CFLAGS=-I$(SAT)/include
 
 ifndef VERSION