arm builds fail after move to wasm for front end #394
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#394
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Plume version (and/or commit):
3fce5d6a14
After version
3fce5d6a14
Plume fails to build on arm with an error statingrust-lld not found
. It looks like wasm isn't building artifacts for arm and a few related tickets are below.From what I can tell rustup may need some additional components on arm builds that aren't installed by default but I'm not 100% how to progress.
You might find this of use (or not): https://www.reddit.com/r/rust/comments/9a7te2/nightly_rust_is_switching_to_use_lld_llvms_new/
@marek-lach Thanks!
More specifically here: https://rust-embedded.github.io/blog/2018-08-2x-psa-cortex-m-breakage/
@marek-lach Thank you again 👍
Now to figure out what the necessary linker= pair needs to be on these 2 arm boards (one is arm32 with hardware float, the other arm64)
Current progress. A shell script to build plume-front but it's currently failing with the following error. Shell script included after the error.
I am not sure, @BaptisteGelez might know more about the Rust frontend in Plume, but the lld error you've got looks somewhat similar to this? https://github.com/facebook/osquery/issues/3408#issuecomment-309233430
Edit: You may also find this useful regarding the issue: https://rust-embedded.github.io/cortex-m-quickstart/cortex_m_quickstart
Fixed by #402