Skip to content
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

fix: build errors on new version of rust #50

Merged
merged 4 commits into from
Oct 20, 2024
Merged

fix: build errors on new version of rust #50

merged 4 commits into from
Oct 20, 2024

Conversation

andelf
Copy link
Contributor

@andelf andelf commented Oct 20, 2024

No description provided.

@andelf
Copy link
Contributor Author

andelf commented Oct 20, 2024

No idea why CI fails:

  = note: rust-lld: error: section '.bss' will not fit in region 'RAM': overflowed by 3184 bytes
          rust-lld: error: section '.bss' will not fit in region 'FLASH': overflowed by 3384 bytes
          

error: could not compile `ch32v003-examples` (bin "embassy_blinky") due to 1 previous error
warning: build failed, waiting for other jobs to finish...
warning: `ch32v003-examples` (bin "gpio_ws2812") generated 10 warnings (run `cargo fix --bin "gpio_ws2812"` to apply 7 suggestions)

Conclusion: nightly feature of embassy-executor is necessary for v003.

@andelf andelf force-pushed the fix/build-errors branch 3 times, most recently from 9c14757 to 1a96569 Compare October 20, 2024 18:14
@andelf andelf changed the title fix: build errors on new rust fix: build errors on new version of rust Oct 20, 2024
@andelf andelf merged commit a21ac0d into main Oct 20, 2024
1 check passed
@andelf andelf deleted the fix/build-errors branch October 20, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant