vedderb / bldc

The VESC motor control firmware
2.08k stars 1.31k forks source link

make arm_sdk_install issues on windows #737

Open trtr6842-git opened 2 days ago

trtr6842-git commented 2 days ago

Hello, I am trying to compile the latest firmware on windows. I followed the install and build steps in the readme, but run into issues when attempting to run make arm_sdk_install. I get the following errors:

PS C:\Users\ttyle\vscode_projects\vesc\bldc> make arm_sdk_install
curl: option --continue: is unknown
curl: try 'curl --help' for more information
make: *** [C:/Users/ttyle/vscode_projects/vesc/bldc/make/tools.mk:40: arm_sdk_install] Error 2

Any ideas on how to fix or workaround this issue?