You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Afaik this target does not build (just tested) and is not supported anymore.
parameter=SPRACINGF3 should be TARGET=SPRACINGF3.
You might try to edit Dockerfile and replace FROM ubuntu:16.04 to FROM ubuntu:20.04.
Beware the docker build has not updated for a few years now. Please use linux or WSL instead.
This issue / pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week.
when running the following hex build command for SPRACINGF3 I'm getting the following message ( on windows 10 )
c:\Users\tzuki\Bfligth>docker run -e "parameter=SPRACINGF3" --rm -it -v c/Users/tzuki/bflight/betaflight:/opt/betaflight betaflight/betaflight-build
/bin/sh: 1: [: =: unexpected operator
/bin/sh: 1: [: =: unexpected operator
/bin/sh: 1: [: =: unexpected operator
/bin/sh: 1: [: =: unexpected operator
/bin/sh: 1: [: =: unexpected operator
make: *** No rule to make target 'clean'. Stop.
make: *** No targets specified and no makefile found. Stop.
Any suggestions?
The text was updated successfully, but these errors were encountered: