Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for running MAMBO-V in QEMU? #1

Open
shravansukumar opened this issue Feb 8, 2024 · 1 comment
Open

Support for running MAMBO-V in QEMU? #1

shravansukumar opened this issue Feb 8, 2024 · 1 comment

Comments

@shravansukumar
Copy link

I wanted to know if it is possible to run MAMBO-V inside QEMU environment? Currently I am emulating a risc-v fedora(linux) system on my host machine. I read through the paper, it seems as if this project was made to run on the host machine directly. Please clarify. Also, I tried installing the program and while using the make command, i get the following errors as seen below in picture. Any help would be appreciated.

Screenshot 2024-02-08 at 2 59 29 AM

@mastercaution
Copy link
Collaborator

Thanks for trying out MAMBO-V!

You are right, the tool is made to directly run on the target system. We never actually tried to run it in QEMU. Theoretically, it should work just fine because MAMBO-V does not rely on any additional hardware features that are not present in a capable RISC-V emulator.

Concerning your error messages, the makefile is designed for cross-compilation with the RISC-V GNU Compiler Toolchain. Do you have it installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants