e6edcc154117c7bdec1c9d2cae939d1dba75e5f4
1 Build Instructions of LINALG examples:
3 1. To build ARM+DSP examples:
4 1) cd arm+dsp
5 2) make
7 2. To build DSP-only examples:
8 1) --------- Set environment variables ---------
9 Following environment vaialbes must be set in order to build LINALG (version numbers are used as examples):
11 export CGTROOT="<TI_CGT_INSTALLATION_ROOT>/cgt-c6x"
12 export PDK_DIR="<COMPONENTS_INSTALLATION_ROOT>/pdk_c667x_2_0_1"
13 export FC_DIR="<COMPONENTS_INSTALLATION_ROOT>/framework_components_3_40_01_04"
14 export XDAIS_DIR="<COMPONENTS_INSTALLATION_ROOT>/xdais_7_24_00_04"
15 export BIOS_DIR="<COMPONENTS_INSTALLATION_ROOT>/bios_6_45_01_29"
16 export OMP_DIR="<COMPONENTS_INSTALLATION_ROOT>/openmp_dsp_c667x_2_02_00_02"
17 export XDC_DIR="<COMPONENTS_INSTALLATION_ROOT>/xdctools_3_32_00_06_core"
18 export IPC_DIR="<COMPONENTS_INSTALLATION_ROOT>/ipc_3_42_00_02"
19 export EDMA3_DIR="<COMPONENTS_INSTALLATION_ROOT>/edma3_lld_02_12_01_23"
20 export LIBARCH_DIR="<COMPONENTS_INSTALLATION_ROOT>/libarch_1_0_0_0"
21 export LINALG_DIR="<COMPONENTS_INSTALLATION_ROOT>/linalg_1_2_0_0"
22 export PATH=<TI_CGT_INSTALLATION_ROOT>/cgt-c6x/bin:$PATH
23 2) cd dsponly
24 3) make TARGET=<target_name>
25 where: <target_name> must be one of SOC_K2H, SOC_C6678, or SOC_AM572x