X-Git-Url: https://git.ti.com/gitweb?p=dense-linear-algebra-libraries%2Flinalg.git;a=blobdiff_plain;f=examples%2Fdsponly%2Freadme.txt;fp=examples%2Freadme.txt;h=2610d2656474e3d64c99acc4440f22a57719640c;hp=a5e8e422343290414866f4a9a2bae3b449ae263a;hb=c33f3bad470dc9d85ca50b5431e65fd6648b9eaa;hpb=cb10a617c97435170f371dcd15e5c697603e6ba0 diff --git a/examples/readme.txt b/examples/dsponly/readme.txt similarity index 63% rename from examples/readme.txt rename to examples/dsponly/readme.txt index a5e8e42..2610d26 100644 --- a/examples/readme.txt +++ b/examples/dsponly/readme.txt @@ -1,15 +1,6 @@ Build Instructions of LINALG examples: -1. To build ARM+DSP examples: - 1) --------- Set environment variables --------- - Following environment vaialbes must be set in order to build LINALG: - export TARGET_ROOTDIR= /linux-devkit/sysroots/cortexa15hf-vfp-neon-linux-gnueabi - export LINALG_DIR= - 2) make - -2. To build DSP-only examples: - 1) --------- Set environment variables --------- - Following environment vaialbes must be set in order to build LINALG (version numbers are used as examples): +1. Following environment vaialbes must be set in order to build LINALG (version numbers are used as examples): export CGTROOT="/cgt-c6x" export PDK_DIR="/pdk_c667x_2_0_1" export FC_DIR="/framework_components_3_40_01_04" @@ -22,6 +13,7 @@ Build Instructions of LINALG examples: export LIBARCH_DIR="/libarch_1_0_0_0" export LINALG_DIR="/linalg_1_2_0_0" export PATH=/cgt-c6x/bin:$PATH - 2) make TARGET= +2. Issue command to build the examples: + make TARGET= where: must be one of SOC_K2H, SOC_C6678, or SOC_AM572x