From 711f6dd7c4c62b9d29b69b722a4816bbcb39c511 Mon Sep 17 00:00:00 2001 From: Jianzhong Xu Date: Mon, 14 Mar 2016 19:06:52 +0000 Subject: [PATCH] Added readme.txt to each of arm+dsp and dsp-only examples. --- examples/arm+dsp/readme.txt | 7 +++++++ examples/{ => dsponly}/readme.txt | 14 +++----------- 2 files changed, 10 insertions(+), 11 deletions(-) create mode 100644 examples/arm+dsp/readme.txt rename examples/{ => dsponly}/readme.txt (63%) 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.26.2