We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make
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]: *** [: rdpmc_invalid.o] Error 1 make[2]: Leaving directory '/root/perf_event_tests-master/tests/rdpmc' make[1]: *** [Makefile:17: all] Error 2 make[1]: Leaving directory '/root/perf_event_tests-master/tests' make: *** [Makefile:9: all] Error 2
# uname -m ppc64le
The text was updated successfully, but these errors were encountered:
Removing the following commit
660a091
helped to successfully compile using make
Sorry, something went wrong.
No branches or pull requests
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]: *** [: rdpmc_invalid.o] Error 1
make[2]: Leaving directory '/root/perf_event_tests-master/tests/rdpmc'
make[1]: *** [Makefile:17: all] Error 2
make[1]: Leaving directory '/root/perf_event_tests-master/tests'
make: *** [Makefile:9: all] Error 2
The text was updated successfully, but these errors were encountered: