perf_event_tests
perf_event_tests copied to clipboard
`make` fails on ppc64le - Error: unrecognized opcode: `rdpmc'
Cloned from master and ran make
command.
gcc -Wall -O2 -g -I../../include -c -o rdpmc_invalid.o rdpmc_invalid.c
/tmp/ccNwuEkW.s: Assembler messages:
/tmp/ccNwuEkW.s:40: Error: unrecognized opcode: `rdpmc'
make[2]: *** [
# uname -m
ppc64le
Removing the following commit
https://github.com/deater/perf_event_tests/commit/660a091ed3dd471c3916bc1354f9ab06e6cbcc1e
helped to successfully compile using make