You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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: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.
The text was updated successfully, but these errors were encountered: