Skip to content

Commit

Permalink
Added comment on how to specify toolchain path
Browse files Browse the repository at this point in the history
  • Loading branch information
vedderb committed Jan 11, 2021
1 parent fa4d1ab commit e6cfffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
MCU = cortex-m4

#TRGT = arm-elf-
#TRGT = /home/benjamin/Nextcloud/appimage/gcc-arm-none-eabi-7-2018-q2-update/bin/arm-none-eabi-
TRGT = arm-none-eabi-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
Expand Down

0 comments on commit e6cfffe

Please sign in to comment.