mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
When trying to build firmware with current directory in PATH environment it scans for make command and generates "Permission denied" error in case if current directory in PATH precedes /usr/bin/ directory.In my case it was caused by incorrect pyenv init script. Rename make folder to avoid errors like this.
14 lines
409 B
Makefile
14 lines
409 B
Makefile
# windows.mk
|
|
#
|
|
# Goals:
|
|
# Configure an environment that will allow Taulabs GCS and firmware to be built
|
|
# on a Windows system. The environment will support the current version of the
|
|
# ARM toolchain installed to either their respective default installation
|
|
# locations, the tools directory or made available on the system path.
|
|
#
|
|
# Requirements:
|
|
# msysGit
|
|
# Python
|
|
|
|
PYTHON := python
|
|
export PYTHON
|