Skip to content

Symbols missing on AVR target #318

Closed
@jonahbron

Description

@jonahbron

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions