Closed
Description
When compiling to the avr-unknown-unknown platform using the compiler fork, I get errors about the following missing symbols.
- __ashlsi3
- __lshrsi3
- __divmodti4
- __ashrsi3
I'm trying to track down information on how to fix this. Someone in the original ticket I opened suggested I fork compiler-builtins and implement these intrinsics.
avr-rust/rust-legacy-fork#149 (comment)
I'd love any direction anyone can offer on whether this is really the correct approach, and how to add these, this is all super new to me. Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels