-
Notifications
You must be signed in to change notification settings - Fork 18
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
Example http-client
fails to build
#21
Comments
I see Github CI managed to successfully build the This seems like to be PEBKAC? I'll dig more into what the CI is doing differently to me. |
Just tried reproducing your issue, and I was able to build it successfully, do you mind trying to do |
I just managed to get this working, by uninstalling the Per https://nixos.wiki/wiki/Rust, it seems I should just let Thanks for your help @SergioGasquez |
Oh right, installing Rust via package managers tend to be problematic: https://esp-rs.github.io/book/installation/rust.html Glad that is now working! |
I've tried following https://esp-rs.github.io/no_std-training/ but had troubles compiling the
http-client
example.Steps to reproduce (running on NixOS):
I have attached the build output: http-client.txt.
I'm not very familiar with Rust, but it looks like dependencies
embedded-io
andlinked_list_allocator
failed to build.I was able to build the hello world, per https://esp-rs.github.io/no_std-training/02_4_hello_world.html .
The text was updated successfully, but these errors were encountered: