VXLIB Build Process

Back

 

VXLIB is provided with concerto makefile-based compilation/link (build).

The following can be built using the make command (along with specific targets).

  • Build libraries : build vxlib, vxlib_cn, vxlib_bamplugin, and common libraries.
  • Build Individual Kernel Examples : Separate executable for each kernel.
  • Build Full Kernel Regression : Single executable which includes all kernel examples run back to back.
 

GNU Makefile

A concerto based makefile is provided for rebuilding VXLIB libraries via the GNU make utility. This file is located in the top folder. The makefile provides a list of all tools, common build utilities and build rules required for generating VXLIB libraries.

Follow the instructions at GNU Make Build Process for more details.

 

Copyright 2022, Texas Instruments Incorporated