Replies: 1 comment
|
Welp, never mind, I found the issue. When I had been playing around with esp-idf, it had altered my path to include its version of Closing this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I ran into this when I tried to install
espupon my machine.cargo install espupgave a bunch of errors which disappeared when I checked out the repo and built from the version tag for the version I was trying to install (which is odd). I ran into the same issues trying to installesp-generate, but those didn't disappear when installing from the repo. I found that it seems to be coming from the installation of ring, so I tried building ring from the repo, and ran into the same errors.My system info:
I'm running Ubuntu 24.04:
Here's my rust setup:
and here's the error I'm getting:
It seems to be
cargo:warning=as: unrecognized option '--64', even though that's a warning, not an error.I'm happy to try to figure this out myself, but I'm not familiar enough with the build setup you're using, so any help in tracking down what's going on would be greatly appreciated.
Thanks!
-Jack
All reactions