]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blob - pasdk/test_dsp/application/app.cmd
PASDK-376:Add Release_DH build configuration for ARM (note:currently unused)
[processor-sdk/performance-audio-sr.git] / pasdk / test_dsp / application / app.cmd
1 /*
2 Copyright (c) 2017, Texas Instruments Incorporated - http://www.ti.com/
3 All rights reserved.
5 * Redistribution and use in source and binary forms, with or without 
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *
9 * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 *
12 * Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the
15 * distribution.
16 *
17 * Neither the name of Texas Instruments Incorporated nor the names of
18 * its contributors may be used to endorse or promote products derived
19 * from this software without specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 *
33 */
35 -i PAF_LROOT\pa\build\c66x\release
36 -i PAF_LROOT\pa\util\da10x_misc\c66x\release
38 #ifndef DHIP_PKGS
39 -i DHIP_LROOT\oar\CCS_OAR_lib\make
40 -i DHIP_LROOT\car\Source_Code\car\make\alg_car\tisim_eabi_c66_ccs
41 -i DHIP_LROOT\car\Source_Code\car\make\libcar\tisim_eabi_c66_ccs
42 -i DHIP_LROOT\bmda\Source_Code\make\c66x\release
43 -i DHIP_LROOT\intrinsics\Dolby_Intrinsics_Imp\lib_elf_C66
44 #else
45 -i DHIP_LROOT\dh-ip\build\c66x\release
46 #endif
48 -i DSPLIB_LROOT\packages\ti\dsplib\lib
50 -l"acp_elf.lib"
51 -l"asp_std_elf.lib"
52 -l"com_asp_elf.lib"
53 -l"com_dec_elf.lib"
54 -l"pafsio_elf.lib"
55 -l"pce2_elf.lib"
56 -l"pcm1_elf.lib"
57 -l"dcs7_elf.lib"
58 -l"statusop_common_elf.lib"
59 -l"misc_elf.lib"
60 -l"src4_elf.lib"
61 -l"fil_elf.lib"
63 -l"dolby_oar_lib.lib"
64 -l"libcar_c66_float_release.lib"
65 -l"algcar_c66_float_release.lib"
66 -l"dsplib.lib"
67 -l"bmda_elf.lib"
68 -l"dlb_intrinsics_c66_float_release.lib"
70 -l"ae0_elf.lib"
71 -l"ml_elf.lib"
73 SECTIONS
74 {
75     .globalSectionPafAsitConfig :> CORE0_DDR3
76     .globalSectionPafAsotConfig :> CORE0_DDR3
77     .globalSectionPafAspmConfig :> CORE0_DDR3
78     
79     GROUP: {
80         .commonSectionPafAstConfig
81         .commonSectionAcpStdBetaTable
82         .commonSectionAcpCusBetaTable
83         .commonSectionAcpCusPhiTable
84         .commonSectionAcpCusSigmaTable
85     } > COMMON_DDR3
86     
87     .gCapIbPcmBuf   :> CORE0_DDR3
88     .gCapIbBuf      :> DDR3
89     .gCapObBuf      :> CORE0_DDR3
90     .gCapAfBuf      :> CORE0_DDR3
91     .sap_UNDER          :> L2SRAM
92 }