Skip to content

Does riscv-llvm support compile of libraries? #47

Description

@Readm

in README:

$ clang -target riscv64 -mriscv=RV64IAMFD -S hello.c -o hello.S
$ riscv64-unknown-elf-gcc -o hello.riscv hello.S

Which means the linking is in the riscv64-unknown-elf-gcc, and libraries is old ones in riscv-tools.
So how can I recompile libraries with clang?

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