## Cross-platform compilation First of all, on any Linux platform, there are two ways to do cross-platform compilation. Taking the building of an`aarch64-linux` program on a `x86_64-linux` host as an example, the two methods are described as follows: TODO