-
-
Notifications
You must be signed in to change notification settings - Fork 612
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
gem5 now build with arm64 command. #145
Comments
Can you try:
and then check with:
? The m5 has an annoying dependency on lua I believe. I can then add to the dependencies if it works. |
I think you can just change
to
in common.py. It solved build error in my case. |
Thanks for the patch!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have error on running
./build --arch aarch64 --download-dependencies gem5-buildroot command because gem5 now build with arm64 command!
I also has same error on #143 because I think some environment missed when running only
./build-buildroot -- glibc-reconfigure
The text was updated successfully, but these errors were encountered: