Datasheet
PSoC Designer IDE Guide, Document # 001-42655 Rev *B 145
Appendix B. Build Process
This appendix describes the build utilities and process and provides examples for PSoC Designer.
B.1 Build Utilities
The build utilities are single-purpose applications that contribute to the build process. Table B-1 pre-
sents a list of these utilities. These utilities/programs are installed in the Tools folder beneath the root
installation of PSoC Designer.
Make and sed are standard tools with documentation in the Documentation/Supporting Doc-
uments folder of the PSoC Designer installation directory.
Table B-1. Utilities and Programs
Utility/Program Developed By Description
iasm8c.exe
ImageCraft Assembler
iccomm8c.exe
ImageCraft Compiler/Assembler/Linker “Engine”
iccm8c.exe
ImageCraft Compiler
ilinkm8c.exe
ImageCraft Linker
ilstm8c.exe
ImageCraft Produces a complete program listing (LST)
icppw.exe
ImageCraft Preprocessor for compiler
ilibw.exe
ImageCraft Librarian works on an archive file (.a)
icc.exe
CMS Wraps compiler (iccm8c) but validates license
makehex.exe
CMS
Creates an Intel HEX file from a ROM file and applies security
records.
psocmakemake.exe
CMS Creates a project-specific make file (Project.mk)
verLst.exe
CMS
Adds PSoC and ImageCraft version information to the program
listing file.
mkdepend.exe
CMS Creates a project-specific dependency file (Project.dep)
make.exe
GNU Make “Engine” version 3.79
sed.exe
GNU Formatting utility used within the Makefile version 3.02