Closed GoogleCodeExporter closed 8 years ago
It seems that this is caused by
HAS_RDTSCP = $(shell /bin/bash -c "cat /proc/cpuinfo | grep -c rdtscp")
in the Makefile. Building is done on a machine that have rdtscp, but we're
cross compiling in this case.
Changing the above line to HAS_RDTSCP = 0 makes it compile.
Original comment by linden.j...@gmail.com
on 31 Mar 2014 at 4:29
Original comment by jan.trei...@gmail.com
on 8 May 2014 at 12:32
Original issue reported on code.google.com by
mara...@gmail.com
on 14 Feb 2014 at 5:54