]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - build_all.bat
Update ASOT tracing
[processor-sdk/performance-audio-sr.git] / build_all.bat
index 621f6880708c7249e776cad9f768a53df1f51c6c..71b5bf59ee8bbfccb2587dea13d67659b7ebb462 100644 (file)
@@ -45,7 +45,9 @@ set PASDK_ROOT_DIR=%~dp0
 if "%2" NEQ "SDF" goto install_tools
 :: Set PASDK target and version
 set PASDK_TARGET_PLATFORM=da10x
-set PASDK_VERSION=01_00_00_01
+set PASDK_VERSION=01_00_00_03
+:: Set FD package version
+set FD_PKG_VERSION=01_00_00_03
 
 :: Set release directory
 set RELEASE_DIR=%PASDK_ROOT_DIR%release
@@ -75,6 +77,11 @@ if exist %RELEASE_DIR%\nul ( rmdir /S / Q %RELEASE_DIR% )
 :: *************************************************************************
 :: *** Build
 :: *************************************************************************
+:: Build DSP PDK LLD libraries
+@pushd scripts
+@cmd /c build_pdk_libs.bat
+@popd
+
 :: Build ARM/DSP PAF libraries
 @pushd scripts
 @call build_paf_libs.bat
@@ -85,13 +92,6 @@ if exist %RELEASE_DIR%\nul ( rmdir /S / Q %RELEASE_DIR% )
 @call build_alg_libs.bat
 @popd
 
-:: Build DSP PDK LLD libraries
-@pushd scripts
-@call build_pdk_libs.bat
-@popd
-:: FL: brute force reset PDK environment setup. Clean this up later.
-@call scripts\setup_env.bat
-
 if "%2" NEQ "SDF" goto build_ccs_projects
 :: Build DH-IP packages
 @pushd scripts
@@ -120,6 +120,7 @@ if "%2" NEQ "SDF" goto cleanupenv
 set PASDK_ROOT_DIR=
 set PASDK_TARGET_PLATFORM=
 set PASDK_VERSION=
+set FD_PKG_VERSION=
 set RELEASE_DIR=
 set DHIP_PKG_DIR=
 set FD_PKG_DIR=