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

make fails on ppc64le - Error: unrecognized opcode: `rdpmc' #18

Open
nasastry opened this issue Mar 21, 2019 · 1 comment
Open

make fails on ppc64le - Error: unrecognized opcode: `rdpmc' #18

nasastry opened this issue Mar 21, 2019 · 1 comment

Comments

@nasastry
Copy link

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
@nasastry
Copy link
Author

Removing the following commit

660a091

helped to successfully compile using make

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

1 participant