Closed WajahatRiaz closed 1 year ago
I'm building the riscv-pk using the following commands and as per instructions
(Note: These instructions work perfectly for riscv64)
I built the riscv-pk using the following commands:
mkdir build cd build ../configure --prefix=$RISCV --host=riscv32-unknown-elf make make install
mkdir build
cd build
../configure --prefix=$RISCV --host=riscv32-unknown-elf
make
make install
Then for a sanity check I run the following command on an executable (generated using riscv32-unknown-elf-gcc)
spike --isa=RV32I pk hello
But I get an error illustrated below:
I'm building the riscv-pk using the following commands and as per instructions
(Note: These instructions work perfectly for riscv64)
I built the riscv-pk using the following commands:
mkdir build
cd build
../configure --prefix=$RISCV --host=riscv32-unknown-elf
make
make install
Then for a sanity check I run the following command on an executable (generated using riscv32-unknown-elf-gcc)
spike --isa=RV32I pk hello
But I get an error illustrated below: