-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Build broken for benchmarks? #186
Comments
I am getting exactly the same error message saying Anyone can help? |
Having similar issues. |
@chadbrewbaker checking out the repo at this state works fine: https://github.com/plasma-umass/coz/tree/c9af2bcc172ee4af66082c1ea9ae75a19d2cd0f6 |
That's useful information! I will look into this. |
@chadbrewbaker I managed to fully build & successfully an older version of coz: After these instructions, I was able to make bench and run coz commands on a particular program and get a valid profile.coz :). @emeryberger newer versions of the repo don't seem to work out of the box (i.e. having a simple program e.g. toy to be "profile-able") - maybe is a problem with newer versions of Ubuntu. |
I can help. The reason for the build errors is due to running cmake inside the benchmark directory - that's why it can't find the The answer is to configure from the root directory using the main CMakeLists like this:
That will make the lib and all the benchmark targets. |
Am I doing something stupid here? The docs on the benchmarks seem to refer to the old makefiles.
The text was updated successfully, but these errors were encountered: