mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[build] ARM toolchain/Makefile cleanup
- possible to explicitly pass a PREFIX to use other toolchain default for PREFIX is arm-none-eabi or arm-linux-gnueabi - print meaninfull error if arm-linux toolchain is not found - printcommands prints only CC and GCC version - remove obsolete find OpenOCD stuff
This commit is contained in:
@@ -59,6 +59,7 @@ else ifeq ($(FLASH_MODE),JTAG)
|
||||
# either via normal jtag or BlackMagicProbe
|
||||
ifeq ($(BMP_PORT),)
|
||||
# normal jtag via OpenOCD
|
||||
OOCD ?= openocd
|
||||
upload: $(OBJDIR)/$(TARGET).hex
|
||||
@echo "Assuming luftboot bootloader: $(ASSUMING_LUFTBOOT)"
|
||||
@echo "Using OOCD = $(OOCD)"
|
||||
|
||||
Reference in New Issue
Block a user