Skip to content
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

Problem when detecting capabilities #263

Closed
stevengubler opened this issue Jun 25, 2018 · 2 comments
Closed

Problem when detecting capabilities #263

stevengubler opened this issue Jun 25, 2018 · 2 comments

Comments

@stevengubler
Copy link

I just got kcov built and installed, but I'm running into an issue where kcov won't do anything other than report that I don't have the 64bit capability:

kcov: error: Capability 64bit not present

I'm assuming that this is referring to my CPU's capabilities. However, if you notice when I run lscpu | grep 'CPU op-mode', my cpu is definitely 64bit:

CPU op-mode(s):      32-bit, 64-bit

I did try building from fdfbfb3 as indicated in #262, but it hasn't changed anything.

It looks to me like kcov is detecting my capabilities incorrectly.

@SimonKagstrom
Copy link
Owner

I believe this should now be fixed by the same revert as for #262, it was a regression which came while trying to fix #256.

@stevengubler
Copy link
Author

Yep, my issue was fixed. Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants