After the IP is split, a command procedure, often called a MAKE procedure, is created to control the build step for the IP, that is the compile, link, and, if necessary, bind. When invoked, the MAKE procedure compiles source code into load libraries, then links to the appropriate libraries to create the executable programs.
The MAKE file is built using the script associated with the target configuration where the generated application is to reside. The appropriate tokens in the script are replaced with specific information about the components to install and the location of those components after installation.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|