Applications Based on a Compiled Language
Application programs developed based on a compiled language, such as C and C++ application programs, can be compiled to obtain executable programs, and the instructions on which executable programs depend during execution are related to the CPU architecture. Therefore, C and C++ application programs compiled based on the x86 architecture cannot run on a Kunpeng server directly and need to be ported and compiled. If you have any problem during the porting and compilation, see Common Problems in Porting and Compilation Optimization Items.
Parent topic: Introduction