-
Notifications
You must be signed in to change notification settings - Fork 173
Error with make #90
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
Comments
From the error logs:
Our Makefile assumes that C++11 is enabled - in your case, you can either:
Hope that helps! |
Thanks, that gets me through the first errors. But there are other errors appearing now. |
From the file:
This is a known error when using older versions of gcc, highlighted in issue #84. Your previous error logs indicate you are using gcc-4.8.2 -- if possible, I would recommend updating your gcc version, as we currently don't plan to support gcc-4.8.x @sergeisakov, this shows that some subset of users may be using these older gcc versions - should we reconsider adding support for these versions? |
I updated to gcc-8.3.1. However, |
Hmm...that indicates that your system does not use AVX by default. That should be fine, since PR #82 added multiplexing for (AVX|SSE|basic) simulators, but obviously something's not quite right. You can try replacing @sergeisakov, could you take a look at this? I think the Bazel tests only check the AVX case - we probably should expand them to cover SSE and basic as well. |
I switched to a newer Skylake server and it works now, so I am closing this issue. Thanks! |
error_logs.txt
I am trying to install qsim on a linux machine. I did
which successfully ran. However, running
in the root directory produces the above error logs. I am not an experienced C++ user, please bear with me if this is a stupid question. Thank you!
The text was updated successfully, but these errors were encountered: