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

Cross Compilation for Arm64 #26

Closed
nandujayakumar opened this issue Jan 4, 2021 · 1 comment
Closed

Cross Compilation for Arm64 #26

nandujayakumar opened this issue Jan 4, 2021 · 1 comment

Comments

@nandujayakumar
Copy link

Can we cross compile the cpuid tool for arm64 architecture ??

@tycho
Copy link
Owner

tycho commented Jan 9, 2021

It may be able to compile on ARM64 but it won't be able to tell you anything about the ARM64 CPU, because the CPUID instruction is x86-specific. The best you could do is parse/decode existing dumps generated from other machines running x86 CPUs.

@tycho tycho closed this as completed Jan 9, 2021
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

2 participants