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
git clone https://github.com/riscv/riscv-pk.git
cd riscv-pk
mkdir build
cd build
../configure --prefix=/home/user/Spike-installed-tools --host=riscv32-unknown-elf --with-arch=rv32i_zifencei_zicsr
make
make install
i built and install
pk
as follows:i run simple hello program as follows:
then i debugged , and found that it enters exception trap_instruction_page_fault
The text was updated successfully, but these errors were encountered: