January 2022
Beginner
332 pages
11h 57m
English
The build process is a set of activities associated with the integration and conversion of source files to a set of executable files targeted for a specific execution environment. The execution environment includes both the hardware and the software system that runs the software that was constructed during the build process.
The build cycle for a single program is a fairly simple one that every programmer is familiar with. The activities involve two major steps:
Compile
Link
The source code is compiled first. Any compilation error is then fixed and resubmitted for recompile. As soon as the source code is successfully compiled, it is linked with all the needed, externally referenced items that are relatively ...
Read now
Unlock full access