-
Notifications
You must be signed in to change notification settings - Fork 33
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
Breakage when building core
.
#272
Comments
I don't know anything about Nix, so I can't really help here. I would recommend making sure you can build a project for your host OS, and then moving on to try and cross compile for esp32. |
Yeah, I'm not certain if it's a Nix issue or not. Is it normal for I'm going to try setting |
For std/core on esp32, yes we need to build it ourselves using |
OK. Well, looking at the |
By the looks of things, my derivation is a bit wonky. I think we should keep this issue open for now, though. My end-goal is to add credits and Actions workflows to my Flake, and add details to the Shall we discuss on the Matrix room later on? |
Hi,
I'm creating a Nix Flake for the Rust toolchains for the ESP32.
Whilst
rustc
is working, I get quite a lot of low-level errors when building a simple example from the template. Attached is a log.I've uploaded the example here, and the Flake can be found here.
Any ideas?
cargo-build-logs.txt
The text was updated successfully, but these errors were encountered: