]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/blob - examples/dsponly/readme.txt
2610d2656474e3d64c99acc4440f22a57719640c
[dense-linear-algebra-libraries/linalg.git] / examples / dsponly / readme.txt
1 Build Instructions of LINALG examples:
3 1. Following environment vaialbes must be set in order to build LINALG (version numbers are used as examples):
4       export CGTROOT="<TI_CGT_INSTALLATION_ROOT>/cgt-c6x"
5       export PDK_DIR="<COMPONENTS_INSTALLATION_ROOT>/pdk_c667x_2_0_1"
6       export FC_DIR="<COMPONENTS_INSTALLATION_ROOT>/framework_components_3_40_01_04"
7       export XDAIS_DIR="<COMPONENTS_INSTALLATION_ROOT>/xdais_7_24_00_04"
8       export BIOS_DIR="<COMPONENTS_INSTALLATION_ROOT>/bios_6_45_01_29"
9       export OMP_DIR="<COMPONENTS_INSTALLATION_ROOT>/openmp_dsp_c667x_2_02_00_02"
10       export XDC_DIR="<COMPONENTS_INSTALLATION_ROOT>/xdctools_3_32_00_06_core"
11       export IPC_DIR="<COMPONENTS_INSTALLATION_ROOT>/ipc_3_42_00_02"
12       export EDMA3_DIR="<COMPONENTS_INSTALLATION_ROOT>/edma3_lld_02_12_01_23"
13       export LIBARCH_DIR="<COMPONENTS_INSTALLATION_ROOT>/libarch_1_0_0_0"
14       export LINALG_DIR="<COMPONENTS_INSTALLATION_ROOT>/linalg_1_2_0_0"
15       export PATH=<TI_CGT_INSTALLATION_ROOT>/cgt-c6x/bin:$PATH
16 2. Issue command to build the examples:
17       make TARGET=<target_name>
18       where: <target_name> must be one of SOC_K2H, SOC_C6678, or SOC_AM572x