x265 Compilation Parameters Do Not Match the Processor Architecture
Symptom
When compiling x265, a message is displayed indicating that the compilation parameters do not match the processor architecture. For example, the processor is based on the x86 architecture, but the compilation parameters are used for the AArch64 architecture.
Key Process and Cause Analysis
The compilation parameters do not match the processor architecture.
Conclusion and Solution
Run uname -a to view the processor architecture information and select the correct compilation parameters based on the command output.
Parent topic: Troubleshooting