-
Notifications
You must be signed in to change notification settings - Fork 15
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
tlib/include/exec-all.h:186:2: error: #error tb_set_jmp_target1 is missing #8
Comments
The following part of the tlib/include/exec-all.h tries to set an jump-function dependent on the system architecture. #if defined(CONFIG_TCG_INTERPRETER) |
Hi @NicolasLoosen , Renode does not support ARM hosts yet. One thing is the regular infrastructure, like organizing execution blocks etc (the part that you stumbled upon), but the more complex thing is the code generator which would have to translate guest code to native aarch64. This is not yet implemented. |
I'm trying to run a docker renode image with ubuntu:20.04.
After i installed all dependencies and pulled the renode repository i keep getting the error after running the ./build.sh:
On Windows this doesn't seem to be a problem at all but on my new MacBook (M1 Chip) its not possible to get the renode-docker image running.
The text was updated successfully, but these errors were encountered: