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
I saw your answer at: riscv-collab/riscv-gnu-toolchain#335
your answer is: You have to use a linux toolchain instead of an elf toolchain to build the kernel.
as the above link has been closed, I coundn't ask any more questions. Forthermore, I could find your email or contact, so I ask the question here:
my envrionment:
ubuntu 20.04,
toolchain: riscv32-elf-ubuntu-20.04-nightly-2022.12.17-nightly.tar.gz
riscv-linux link: https://github.com/CSL-KU/riscv-linux
I would like to build riscv-linux and then run it on embedded RISCV MCU. I am experiencing the following issue
according to your answer: You have to use a linux toolchain instead of an elf toolchain to build the kernel.
where is the linux toolchain you mentioned?
I am going to run the compiled linux on RISCV, could I use the PC Linux toolchain? I got confused!!!
You need a riscv32-linux toolchain instead of the riscv32-elf toolchain. I don't know where you got the riscv32-elf toolchain. You can grab toolchain sources and try building a riscv32-linux toolchain.
Dear @jim-wilson,
I saw your answer at: riscv-collab/riscv-gnu-toolchain#335
your answer is:
You have to use a linux toolchain instead of an elf toolchain to build the kernel.
as the above link has been closed, I coundn't ask any more questions. Forthermore, I could find your email or contact, so I ask the question here:
my envrionment:
ubuntu 20.04,
toolchain: riscv32-elf-ubuntu-20.04-nightly-2022.12.17-nightly.tar.gz
riscv-linux link: https://github.com/CSL-KU/riscv-linux
I would like to build riscv-linux and then run it on embedded RISCV MCU. I am experiencing the following issue
according to your answer:
You have to use a linux toolchain instead of an elf toolchain to build the kernel.
where is the linux toolchain you mentioned?
I am going to run the compiled linux on RISCV, could I use the PC Linux toolchain? I got confused!!!
The text was updated successfully, but these errors were encountered: