riscv-software-src / riscv-pk

RISC-V Proxy Kernel
Other
579 stars 306 forks source link

Proxy Kernel for Spike: Require Help #270

Closed WajahatRiaz closed 2 years ago

WajahatRiaz commented 2 years ago

I'm trying to install proxy kernel for spike (RISC V software). Firstly, I used git clone https://github.com/riscv-software-src/riscv-pk.git pk-demo followed by ../configure --prefix=$/home/whitebeard/riscv-demo --host=riscv64-unknown-elf then sudo make install

The error I get is as follows: (screenshot attached for your perusal) Screenshot (4)

I have tried deleting the folders and doing the proces over again. Still ended up with the same issue. I'm following the directions given in this video : https://www.youtube.com/watch?v=zZUtTplVHwE

aswaterman commented 2 years ago

See #204

WajahatRiaz commented 2 years ago

See #204 Yes I looked into it. Still didn't solve anything. Perhaps I'm making a mistake. Can you elaborate how the problem solved for you.

saadwaheed-10xe commented 2 years ago

@WajahatRiaz can you please send the output log when you execute the .\configure ... command?

WajahatRiaz commented 2 years ago

@saad-waheed Well the git repository I was using had bugs. I cloned the individual packages sperately in a folder and built them. It solved the issue. You have to add the path in the environment as well using the export command.

saadwaheed-10xe commented 2 years ago

Great 👍