List the steps to build the binary and requirements from build environment
- Visual Studio 2015 build tools at C:\Program Files (x86)\Microsoft Visual Studio 14.0
- Python 3
The binary generation contains the date of the created binary. Therefore, the build date must be provided to the make target in order to get the same binary as the production one.
- Build P-SEAM-Loader as described here with the production SEAM-Loader build date. The P-SEAM-Loader build instructions describe how to extract its build date.
- Copy P-SEAM-Loader binaries - pseamldr.so and pseamldr.so.consts in the project's folder: Projects\Server\Spr\Seamldr
- Open a command prompt in the above project's folder and the Build the project, using the build date in YYYYMMDD format:
BLD REL_NT O1 [build-date]
The ACM binary will be built in Projects\Server\Spr\Seamldr\BUILD\PRJ\REL_NT\O1_SEAMLDR_REL_NT_O1.PW.bin
- Clean everything:
BLD REL_NT CLEANALL
The binary generation contains the date of the created binary.
In order to reproduce the exact binary, it is required to include the production SEAM-Loader build date as in the make target :
BLD REL_NT O1 YYYYMMDD