Skip to content

Problem with building the library for the RISC-V target #1

@zaazad

Description

@zaazad

Hi,
when I was trying to build seal embedded library for riscv target, using riscv elf toolchain, which doesn't support shared libraries such as libgcc_s.so, I got the error complaining that -lgcc_s does not exist. It seems that in the device/CMakeLists.txt the line target_link_libraries(seal_embedded_bench PRIVATE m gcc_s c seal_embedded) is trying to unconditionally link with -lgcc_s. It would be good to modify the cmake files to first check if the library exists.
Thank you!

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