]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Update build_all.bat to execute PDK libs build from separate cmd shell
authorFrank Livingston <frank-livingston@ti.com>
Sat, 15 Jul 2017 14:42:13 +0000 (09:42 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Sat, 15 Jul 2017 14:42:13 +0000 (09:42 -0500)
build_all.bat

index cb40ef79dfc330bc2063af59433c6d5461cc5852..71b5bf59ee8bbfccb2587dea13d67659b7ebb462 100644 (file)
@@ -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