westerndigitalcorporation / swerv-ISS

Western Digital’s Open Source RISC-V SweRV Instruction Set Simulator
201 stars 41 forks source link

missing includes #20

Closed sylvanez closed 4 years ago

sylvanez commented 4 years ago

Hart.cpp is missing an

include \<atomic>

FpRegs.hpp is missing

include \<string>

which makes it fail to compile on my system CentOS 7 gcc 10.2.0 boost 1.74.0 c++17

jrahmeh commented 4 years ago

Thank you for reporting this. I added #include to Hart.cpp. File fpRegs.hpp already has #include .

jrahmeh commented 4 years ago

This repository is no longer supported. Please go here for the latest code: https://github.com/chipsalliance/SweRV-ISS