Building C applications using the CCA libraries

Perform these steps to build a C program from a make file.

Procedure

  1. Change to the directory that contains the make file.
  2. Issue this command to compile the program:
    make -f <makefile>
    For example, to use the make file of Sample program in C, issue:
    make -f makefile.lnx