diff --git a/readme_demo.txt b/readme_demo.txt
index 19281ab177f6a3dfba329e63dce034e2f05b7f05..021a37cff5f5c3f01a9dc773949fc1f0fede4369 100644 (file)
--- a/readme_demo.txt
+++ b/readme_demo.txt
07-08-16: Add information on UART LLD build
07-14-16: Add note concerning <root>
08-04-16: Add DDP(JOC), OAR and BMDA
+ 08-11-16: Add workaround in OAR
NOTE: Below mentioned <root> has only been verified for <root>=c:\ti.
Using another <root> will require changes to makefiles (e.g. DDP, Intrinsics)
OAR:
Git repo: git@gitorious.design.ti.com:dolby-harmonious/oar.git
Branch: dev_psdkaudio_qin
- Commit: bd93259
+ Commit: 5597ca3
Clone Git repo into <root>\procsdk_audio_x_xx_xx_xx\oar\.
DDP:
Rebuild DDP libraries:
1) Open DOS prompt
- 2) cd <root>\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\k2g\Wrapper\ddp_library
+ 2) cd <root>\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\ddp_udc_lib\a15
3) Execute:
- > make
- 3) cd <root>\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\k2g\Wrapper\ddp_wrapper
+ > gmake
+ 3) cd <root>\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\ddp_udc_wrapper\a15
4) From DOS prompt, execute:
- > make
+ > gmake
OAR:
Rebuild OAR libraries:
1) Open DOS prompt
2) cd <root>\oar\CCS_OAR_lib\make
3) Execute:
- > make
+ > gmake
BMDA:
Rebuild BMDA libraries:
1) Open DOS prompt
2) cd <root>\bmda\Source_Code\make
3) Execute:
- > make
+ > gmake SHELL=%ComSpec%
+ Note: Set "export ARCH = c66x" in target.mk to build BMDA library.
UART LLD: