![]() |
![]() |
To build any specific kernel for test, benchmarking or to pull in source code changes - just locate the associated project file, load it and run within the CCS environment. The sections below provide all necessary details to get started.
The sections that follow detail each item above.
The following tools are required to build MATHLIB using CCS (links provided). Download and install all tools to a single local (C:)
directory, for example, c:\ti
.
The MATHLIB supports CCSV5.2 & above. The MATHLIB may be built following the procedure below:
packages/ti/mathlib/lib directory
Any individual kernel within MATHLIB may be tested via CCS following the procedure below:
/packages/ti/mathlib/src/<kernel> directory
A GNU makefile is also provided for rebuilding MATHLIB via GNU make utility. This file is located in the packages/ti/mathlib folder
. The makefile provides a list of all tools, common build utilities and build rules required for generating MATHLIB binary.
The following tools are required to build MATHLIB using GNU make (links provided). Download and install all tools to a single local (C:)
directory, for example, c:\ti
.
The MATHLIB may be built using GNU make following the procedure below:
make all
to build the librarymake clean
to clean all generated object files and artifacts