Add mini ld scripts in the example which include the global one.
This commit is contained in:
@@ -30,7 +30,7 @@ OBJDUMP = $(PREFIX)-objdump
|
||||
TOOLCHAIN_DIR = ../..
|
||||
CFLAGS = -O0 -g -Wall -Wextra -I$(TOOLCHAIN_DIR)/include -fno-common \
|
||||
-mcpu=cortex-m3 -mthumb
|
||||
LDSCRIPT = $(TOOLCHAIN_DIR)/lib/libopenstm32.ld
|
||||
LDSCRIPT = $(BINARY).ld
|
||||
LDFLAGS = -L$(TOOLCHAIN_DIR)/lib -T$(LDSCRIPT) -nostartfiles
|
||||
OBJS = $(BINARY).o
|
||||
OPENOCD = openocd
|
||||
|
||||
Reference in New Issue
Block a user