Running and Verification
If the source code is scanned and modified on the x86_64 platform, upload the modified source package to the Kunpeng platform for compilation and installation. If the source code is scanned and modified on the Kunpeng platform, directly compile and install the source code.
In the following example, the source code is scanned and modified on the x86_64 platform and then compiled and installed on the Kunpeng platform.
- Upload the source package that has already been updated on the x86_64 platform to any directory in the Kunpeng environment and run the following command to complete the compilation. See Figure 1. If the compilation fails, see Failed to Compile the Source Code.
make clean && make
- After the compilation, run the following command to perform the installation and check the installation result. See Figure 2.
make install
The preceding information indicates that the SMARTdenovo software has been installed on the Kunpeng platform.

