]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/commitdiff
Moved readme.txt to each of dsponly and arm+dsp examples folder.
authorJianzhong Xu <xuj@ti.com>
Mon, 14 Mar 2016 19:26:49 +0000 (19:26 +0000)
committerJianzhong Xu <xuj@ti.com>
Mon, 14 Mar 2016 19:26:49 +0000 (19:26 +0000)
build/Makefile
examples/arm+dsp/readme.txt [new file with mode: 0644]
examples/dsponly/readme.txt [moved from examples/readme.txt with 63% similarity]

index a24ab759a464d481ca5c011ae3feb43f149ea83d..225df3c269874cfe5d8e5bff086f4333009eef92 100644 (file)
@@ -108,6 +108,5 @@ package: .exports .lib .docs .platforms .eclipse
        @cp -R $(LINALG_BASE_DIR)/src/ti/linalg/docs exports/$(PACKAGE_NAME)
        @ln -s doxygen/html/index.html exports/$(PACKAGE_NAME)/docs/linalg_user_guide.html
        @cp -R $(LINALG_BASE_DIR)/$(EXAMPLES)/* exports/$(PACKAGE_NAME)/examples/
-       @cp -R $(LINALG_BASE_DIR)/examples/readme.txt exports/$(PACKAGE_NAME)/examples/
        @echo "archive files to tar ball ..."
        @cd exports; zip -q -r $(PACKAGE_NAME).zip $(PACKAGE_NAME)
diff --git a/examples/arm+dsp/readme.txt b/examples/arm+dsp/readme.txt
new file mode 100644 (file)
index 0000000..d883f92
--- /dev/null
@@ -0,0 +1,7 @@
+Build Instructions of LINALG examples:
+
+1. Following environment vaialbes must be set in order to build LINALG examples:
+   export TARGET_ROOTDIR= <Processor-SDK-Linux installation root>/linux-devkit/sysroots/cortexa15hf-vfp-neon-linux-gnueabi
+   export LINALG_DIR= <LINALG_INSTALLATION_ROOT>
+
+2. Just type "make" in examples root folder.
similarity index 63%
rename from examples/readme.txt
rename to examples/dsponly/readme.txt
index a5e8e422343290414866f4a9a2bae3b449ae263a..2610d2656474e3d64c99acc4440f22a57719640c 100644 (file)
@@ -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= <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):
+1. 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"
@@ -22,6 +13,7 @@ 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) make TARGET=<target_name>
+2. Issue command to build the examples:
+      make TARGET=<target_name>
       where: <target_name> must be one of SOC_K2H, SOC_C6678, or SOC_AM572x