Compiling and Binding C Sample Programs

This section shows how to compile and bind the provided C sample programs.

You can find the client header files that are required when developing your applications in the EMI_HOME/include directory. The C sample program source is located in the EMI_HOME/samples/c directory.

The following standard ILE C Compiler commands are used:
  • CRTCMOD: create a C module
  • CRTPGM: create a program
You can compile the C sample programs using native compiler commands or the provided make.sh script. The following are examples on how to compile C sample programs: