-
Notifications
You must be signed in to change notification settings - Fork 10
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
build error #5
Comments
To fix this build error, you need to edit |
untested, derived from this answer polyfractal#5 (comment)
Unfortunately, "0.2" did not help. [dependencies] `steve@AcerGX:~/rustl8710$ make nightly-x86_64-unknown-linux-gnu unchanged - rustc 1.31.0-nightly (de3d640f5 2018-10-01) cd src/rust && xargo build --target thumbv7m-none-eabi Caused by: Caused by: Caused by: |
Yep, getting the same issue. @kissste were you able to build? |
No |
It has been recommended to remove the #[lang = "eh_unwind_resume"] extern fn eh_unwind_resume() {} Lup Yuen: Added core dependencycore = {} Lup Yuen: Collections module no longer exists.collections = {}add freertos_rs = "0.3" to Cargo.toml |
Hello, I am trying to follow your guide but I got a build error:
I tried removing the collection import in Xargo.toml as suggested here japaric/steed#159 but then I got an error later in the build process:
The text was updated successfully, but these errors were encountered: