10-25-2024, 04:27 PM
I went through the pulpissimo setup and when i run the hello rt test.
It gives me an error saying the following:
riscv32-unknown-elf-gcc error: unrecognized command line option -mno-pulp-hwloop.
I ran the following to setup the compiler.
It gives me an error saying the following:
riscv32-unknown-elf-gcc error: unrecognized command line option -mno-pulp-hwloop.
I ran the following to setup the compiler.
Code:
./configure --prefix=/opt/riscv --with-arch=rv32imfcxpulpv3 --with-abi=ilp32 --enable-multilib
make