*** README (version 20170420) *** - How to obtain QDSP library 1. Install Hexagon SDK 2. Modify the ECNS code and apply the modification. The only difference between PC code and QDSP code is to import header files. 3. Modify the makefile 3-1. Add/delete source files according to the modification. 3-2. Modify directory to the actual location of hexagon tools. 4. Build the library by typing: make clean make all make lib NOTE1: It reproduces error when you try "make all." It is related to link main.c, but it doesn't affect builing library. NOTE2: It makes some warning but the library works correctly so far. 5. Copy the library to /code/oem/audio/capi_v2_fvsam/build/avs_libs/qdsp6/AAAAAAAA Copy the header files in /Main to /code/oem/audio/capi_v2_fvsam/src/