From c33f3bad470dc9d85ca50b5431e65fd6648b9eaa Mon Sep 17 00:00:00 2001 From: Jianzhong Xu Date: Mon, 14 Mar 2016 19:26:49 +0000 Subject: [PATCH] Moved readme.txt to each of dsponly and arm+dsp examples folder. --- build/Makefile | 1 - examples/arm+dsp/readme.txt | 7 +++++++ examples/{ => dsponly}/readme.txt | 14 +++----------- 3 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 examples/arm+dsp/readme.txt rename examples/{ => dsponly}/readme.txt (63%) diff --git a/build/Makefile b/build/Makefile index a24ab75..225df3c 100644 --- a/build/Makefile +++ b/build/Makefile @@ -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 index 0000000..d883f92 --- /dev/null +++ b/examples/arm+dsp/readme.txt @@ -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= /linux-devkit/sysroots/cortexa15hf-vfp-neon-linux-gnueabi + export LINALG_DIR= + +2. Just type "make" in examples root folder. 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 -- 2.39.2