]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - build_all.bat
PASDK-87:Remove Platform library from build scripts
[processor-sdk/performance-audio-sr.git] / build_all.bat
index 90c7ba28a55f0d60949c40b6e0481ce57c2bd3ca..75ece0925c592f650b7a36a6481a397823a59f46 100644 (file)
@@ -45,9 +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_02
+set PASDK_VERSION=01_00_00_03
 :: Set FD package version
-set FD_PKG_VERSION=01_00_00_02
+set FD_PKG_VERSION=01_00_00_03
 
 :: Set release directory
 set RELEASE_DIR=%PASDK_ROOT_DIR%release
@@ -77,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
@@ -87,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