litex-hub / linux-on-litex-vexriscv

Linux on LiteX-VexRiscv
BSD 2-Clause "Simplified" License
552 stars 174 forks source link

Run ./sim.py errors #251

Closed Flywing2018 closed 2 years ago

Flywing2018 commented 2 years ago

I have cloned the repo(linux-on-litex-vexriscv) and setup/build/run sim.py sucessful on Ubuntu20.04. Then I try to repeat these on RHEL8, I have overcome many packages difference between 2 OSs, finally, it failed at sim.py running. It showed errors on terminal, it seems python throw exception due to didn't get correct parameters. Does anyone encounter similar problems? Linux_on_Vexriscv_sim

enjoy-digital commented 2 years ago

Hi @Flywing2018,

the issue seems related to libevent-dev installation (at least the equivalent on RHEL8).

enjoy-digital commented 2 years ago

Closing since no update and related to an installation issue.