Skip to content

Support future riscv64-unknown-linux-elf target #1415

@fintelia

Description

@fintelia

Rust currently has support for bare metal RISC-V targets, but cannot compile for RISC-V Linux ones because it lacks standard library support. This is partially blocked because the libc crate does not recognize target_arch = "riscv64" and thus does not export symbols like c_int, c_void, and uintptr_t for it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions