]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/blobdiff - examples/readme.txt
Cleaning up makefiles.
[dense-linear-algebra-libraries/linalg.git] / examples / readme.txt
index e6edcc154117c7bdec1c9d2cae939d1dba75e5f4..a5e8e422343290414866f4a9a2bae3b449ae263a 100644 (file)
@@ -1,13 +1,15 @@
 Build Instructions of LINALG examples:
 
-1. To build ARM+DSP examples: 
-   1) cd arm+dsp
+1. To build ARM+DSP examples:
+   1) --------- Set environment variables ---------
+      Following environment vaialbes must be set in order to build LINALG:
+      export TARGET_ROOTDIR= <Processor-SDK-Linux installation root>/linux-devkit/sysroots/cortexa15hf-vfp-neon-linux-gnueabi
+      export LINALG_DIR= <LINALG_INSTALLATION_ROOT>
    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):
-
       export CGTROOT="<TI_CGT_INSTALLATION_ROOT>/cgt-c6x"
       export PDK_DIR="<COMPONENTS_INSTALLATION_ROOT>/pdk_c667x_2_0_1"
       export FC_DIR="<COMPONENTS_INSTALLATION_ROOT>/framework_components_3_40_01_04"
@@ -20,7 +22,6 @@ Build Instructions of LINALG examples:
       export LIBARCH_DIR="<COMPONENTS_INSTALLATION_ROOT>/libarch_1_0_0_0"
       export LINALG_DIR="<COMPONENTS_INSTALLATION_ROOT>/linalg_1_2_0_0"
       export PATH=<TI_CGT_INSTALLATION_ROOT>/cgt-c6x/bin:$PATH
-   2) cd dsponly
-   3) make TARGET=<target_name>
+   2) make TARGET=<target_name>
       where: <target_name> must be one of SOC_K2H, SOC_C6678, or SOC_AM572x