-
Notifications
You must be signed in to change notification settings - Fork 181
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
Error when compiling fresh project #361
Comments
thanks for reporting, there seams to be some problems with respect to psram. Some updates where made in upstream esp-idf but not backported yet. Could you try setting We will see in the meantime if we can salvage the situation with maybe some conditional foo added here. Some meta info -> here is longterm fix deployed |
I tried placing I also tried putting just one in and building, then putting just the other in and building, which also didn't work. I'm relatively new, so just to make sure I'm doing this right, I'm:
In case it helps with tracking the problem, it's apparently been around since at least Dec 25 - being reported here |
Hitting the same issue with As temporary workaround - I found creating a new project from without default settings, and selecting the 4.4 version builds successfully. |
On the positive side, our bug reports hit Reddit now!! Seriously speaking, this would be fixed shortly (as in today, latest tmr). A bit stuck on the just-released e-hal 1.0 and waiting for the new After that, we'll publish a new version of esp-idf-sys/hal/svc where this problem will be addressed. |
Bug-fixing commit - for reference: esp-rs/esp-idf-svc@efa0e75 |
By the way folks (@Flamabalistic @SuddenlyHazel) the easiest way to escalate issues like that is the Matrix chat which is linked-in the README of this crate, rather than Reddit. |
Good to know! (The reddit post isn't mine BTW, I just found it when looking for people with the same issue) |
I've just started a new std project, following the instructions in https://esp-rs.github.io/book, and I'm having trouble getting the template to compile.
I've created the template using
cargo generate esp-rs/esp-idf-template cargo
-> esp32s2 -> use default options. I have not made any changes after this.When running
cargo run
, I receive the following error:Additional notes:
master
branch, yielding the same issue.The text was updated successfully, but these errors were encountered: