]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ep-processor-libraries/dsplib.git/blobdiff - readme.txt
PRSDK-2538: Descoping C64p BE
[ep-processor-libraries/dsplib.git] / readme.txt
index f9675461a7ac02e55c28e69edb9bac44956853e2..ec64ca049449a2f72df89f9b4c4d64c6cf1ab8aa 100644 (file)
@@ -10,7 +10,7 @@ Instructions to build DSPLIB from source:
    - CCS
    - MATHLIB
 
-3. Setup following environment variables:
+3. Setup following environment variables (exact version numbers may be different):
 export SYSBIOS_INSTALL_DIR="<COMPONENTS_INSTALLATION_ROOT>/bios_6_52_00_12"
 export XDC_INSTALL_DIR="<COMPONENTS_INSTALLATION_ROOT>/xdctools_3_50_03_33_core/"
 export XDCCGROOT="<COMPONENTS_INSTALLATION_ROOT>/ti-cgt-c6000_8.2.2"
@@ -23,7 +23,7 @@ export CCSVERSION="CCSV8"
 export CCS_INSTALL_DIR="<COMPONENTS_INSTALLATION_ROOT>/ccsv8"
 
 export DSPLIB_ROOT="<DSPLIB git clone root>"
-export MATHLIB_INSTALL_DIR="<COMPONENTS_INSTALLATION_ROOT>/mathlib_c66x_3_1_1_0/packages"
+export MATHLIB_INSTALL_DIR="<COMPONENTS_INSTALLATION_ROOT>/mathlib_c66x_3_1_2_2/packages"
 
 export SWTOOLS_INSTALL_DIR="<SWTOOLS git clone root>"
 export SWTOOLS_PATH="<SWTOOLS git clone root>/ti/mas/swtools"
@@ -32,7 +32,7 @@ export INCDIR="${MATHLIB_INSTALL_DIR}/"
 
 export PATH="${XDC_INSTALL_DIR}:${PATH}"
 
-export XDCPATH="${XDCCGROOT}/include;${XDC_INSTALL_DIR}/packages;${SWTOOLS_INSTALL_DIR};${MATHLIB_INSTALL_DIR};${DSPLIB_ROOT};${SYSBIOS_INSTALL_DIR}/packages;/usr/share/php5;/usr/lib/php5"
+export XDCPATH="${XDCCGROOT}/include;${XDC_INSTALL_DIR}/packages;${SWTOOLS_INSTALL_DIR};${MATHLIB_INSTALL_DIR};${DSPLIB_ROOT};${SYSBIOS_INSTALL_DIR}/packages;"
 
 4. Build SWTOOLS and then DSPLIB
    - Go to directory <SWTOOLS_PATH> and issue command "xdc"