mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Remove requirement for ARM when populating sdks
This commit is contained in:
parent
ba5969fa3e
commit
ec544fd3de
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ zip_clean:
|
||||||
|
|
||||||
ifeq ($(shell [ -d "$(ARM_SDK_DIR)" ] && echo "exists"), exists)
|
ifeq ($(shell [ -d "$(ARM_SDK_DIR)" ] && echo "exists"), exists)
|
||||||
ARM_SDK_PREFIX := $(ARM_SDK_DIR)/bin/arm-none-eabi-
|
ARM_SDK_PREFIX := $(ARM_SDK_DIR)/bin/arm-none-eabi-
|
||||||
else ifeq (,$(filter %_install test% clean% %-print checks help configs, $(MAKECMDGOALS)))
|
else ifeq (,$(filter %_sdk %_install test% clean% %-print checks help configs, $(MAKECMDGOALS)))
|
||||||
GCC_VERSION = $(shell arm-none-eabi-gcc -dumpversion)
|
GCC_VERSION = $(shell arm-none-eabi-gcc -dumpversion)
|
||||||
ifeq ($(GCC_VERSION),)
|
ifeq ($(GCC_VERSION),)
|
||||||
$(error **ERROR** arm-none-eabi-gcc not in the PATH. Run 'make arm_sdk_install' to install automatically in the tools folder of this repo)
|
$(error **ERROR** arm-none-eabi-gcc not in the PATH. Run 'make arm_sdk_install' to install automatically in the tools folder of this repo)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue