What is a software system build process?
Answer: Software system build is a set of activities where all the software source code and data artifacts are gathered for compilation into executables.
All the cross references and external names are resolved.
The complete set of artifacts are compiled and linked together into an executable.