You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To the generic toolchain linker flags.
IIUC we don't have standard library support anyway, so I'm not even sure why that flag is in there, and in the snitch runtime + snitch llvm this doesn't give an error. with the generic runtime it does for some reason 🤷
This is why I added
+RISCV_LDFLAGS += -L/tools/riscv-llvm/riscv32-unknown-elf/lib/
To the generic toolchain linker flags.
IIUC we don't have standard library support anyway, so I'm not even sure why that flag is in there, and in the snitch runtime + snitch llvm this doesn't give an error. with the generic runtime it does for some reason 🤷
Originally posted by @JosseVanDelm in #57 (comment)
The text was updated successfully, but these errors were encountered: