From: Frank Livingston Date: Fri, 2 Dec 2016 00:35:23 +0000 (-0600) Subject: Add brute force reset of environment after PDK LLD library builds X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fperformance-audio-sr.git;a=commitdiff_plain;h=fa52558bd03baf96cb83678a57166ee20b2c98fb Add brute force reset of environment after PDK LLD library builds --- diff --git a/build_all.bat b/build_all.bat index 9e1a11b3..f6ade283 100644 --- a/build_all.bat +++ b/build_all.bat @@ -58,16 +58,18 @@ set PASDK_ROOT_DIR=%~dp0 @call build_paf_libs.bat @popd - Build ARM/DSP Atmos component libraries +:: Build ARM/DSP Atmos component libraries @pushd scripts @call build_alg_libs.bat @popd - Build DSP PDK LLD libraries +:: 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 :: Build DSP PDK platform library, ARM/DSP applications @pushd scripts @call build_ccs_projects.bat