An advantage of native compiling over cross compiling is that:
It can enable the final code to be smaller, and execute more quickly.
It allows greater parallelism when building code by utilizing many processors.
The compiler is able to produce error and warning messages in a range of languages.
Build scripts can detect details of the target, and automatically configure the build to match.
Submit