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!
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!