Skip to content

riscv64imac-unknown-nuttx-elf warns about abi/instruction-set mismatch #129825

Closed
@saethlin

Description

@saethlin

When using -Zbuild-std=core --target=riscv64imac-unknown-nuttx-elf I see

Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)

which seems like an indicator that something is broken.

I think LLVM is seeing a mismatch between


and the lack of a +d in

But of course I don't know this target, or whether this is somehow a bug in LLVM.

cc @no1wudi

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions