-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo install cargo-espflash fails with error of build command for openssl-sys v0.9.101
#597
Comments
Other colleagues have encountered this issue too, its a current third party limitation, see the issues:
I would recommend using the binaries from the release: https://github.com/esp-rs/espflash/releases:
|
I tried on my own project that updating to make 4.4.1 fixed this error. |
@NobodyXu yes, your solution definitely fixes the error! Thank you for your response though! ❤️ A quick guide (at least worked for me. Requires updating the PATH which may be not ideal, but at least fixes the issue): brew install make
PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH" Second command depends on your particular file location on the system, usually |
That's good to hear! I also submit a PR in cc to fix the issue for older make (<4.3) |
cc 1.0.87 has released which should fix this |
It works thanks very much |
cc 1.0.88 has released, which should fix this even if you are using make < 4.3 |
Seems like the issue still persist with make < 4.3. I made #602 which updates the |
cc1.088 have the other problem |
Can you please elaborate? |
see here 1.0.84 -87 can not build |
@freew01f That's a different error. |
I run cargo install cargo-espflash got error
my env is below
how ca i fix it ? thanks
The text was updated successfully, but these errors were encountered: