Hi,
I am trying to work with fedora riscv64 (older version) . when i am using make command i am getting this error .if anybody have idea for solving this issue share me i will try to resolve this issue.
Regards,
Sateesh
Hi,
I am trying to work with fedora riscv64 (older version) . when i am using make command i am getting this error .if anybody have idea for solving this issue share me i will try to resolve this issue.
Regards,
Sateesh
If you look at the freedom-u-sdk Makefile, you can see
target := riscv64-buildroot-linux-gnu
CROSS_COMPILE := $(RISCV)/bin/$(target)-
Your error is while building the kernel is
riscv64-unknown-linux-gnu-gcc not found
so you have CROSS_COMPILE set wrong somehow.