parent
ec2f6a1eb6
commit
b12642aabc
4
Makefile
4
Makefile
|
@ -55,8 +55,8 @@ startup_stm32f103xe.s
|
|||
#######################################
|
||||
# binaries
|
||||
#######################################
|
||||
#PREFIX = arm-none-eabi-
|
||||
PREFIX = gcc-arm-none-eabi-7/bin/arm-none-eabi-
|
||||
PREFIX = arm-none-eabi-
|
||||
#PREFIX = gcc-arm-none-eabi-7/bin/arm-none-eabi-
|
||||
CC = $(PREFIX)gcc
|
||||
AS = $(PREFIX)gcc -x assembler-with-cpp
|
||||
CP = $(PREFIX)objcopy
|
||||
|
|
Loading…
Reference in New Issue