-
Notifications
You must be signed in to change notification settings - Fork 11
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
Benchmark is not working for x86_64 with gcc 11 #16
Comments
Not sure if this will fix anything, but CI for x64 is running
That does at least seem to work for me locally as well. Edit: just saw the |
Yes you are right. it works without any error with gcc-10. I have another question, |
Cool. I'll add an issue that gcc-11 is currently broken for sel4bench.
It doesn't really make sense to run these benchmarks on an emulator, unfortunately. The timings would be completely off, and I'm not even sure you could compare two runs of the same emulator, because it would depend on what else the host machine is doing. |
I'll close this one here, but I've linked it from seL4/sel4bench#49. |
I successfully executed
init-build.sh
script with default arguments as mentioned in https://docs.sel4.systems/projects/sel4bench/status.htmlBut when i execute
ninja
it gives me this output saying the build was not successful.any idea why?
The text was updated successfully, but these errors were encountered: