]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blob - processor_audio_sdk_1_00_00_00/pasdk/test_dsp/application/app.cmd
6fccf474ccc4050060a924d976905ef51cdce014
[processor-sdk/performance-audio-sr.git] / processor_audio_sdk_1_00_00_00 / pasdk / test_dsp / application / app.cmd
1 /*
2 Copyright (c) 2016, 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"C:\ti\processor_audio_sdk_1_00_00_00\pasdk\paf\pa\build\c66x\release"
36 -i"C:\ti\processor_audio_sdk_1_00_00_00\pasdk\oar\CCS_OAR_lib\make"
37 -i"C:\ti\processor_audio_sdk_1_00_00_00\pasdk\dap\Dolby_Audio_Processing_Home_Theatre_Imp\Source_Code\dap_ht\make\algdap_ht\linux_omap_eabi_c66_c6run"
38 -i"C:\ti\processor_audio_sdk_1_00_00_00\pasdk\dap\Dolby_Audio_Processing_Home_Theatre_Imp\Source_Code\dap_ht\make\libdap_ht\linux_omap_eabi_c66_c6run"
39 /* -i"C:\ti\processor_audio_sdk_1_00_00_00\pasdk\bmda\Source_Code\make\c66x\release" */
40 -i"C:\ti\processor_audio_sdk_1_00_00_00\pasdk\intrinsics\Dolby_Intrinsics_Imp\lib_elf_C66"
41 -i"C:\ti\dsplib_c66x_3_4_0_0\packages\ti\dsplib\lib"
43 -l"acp_elf.lib"
44 -l"asp_std_elf.lib"
45 -l"com_asp_elf.lib"
46 -l"com_dec_elf.lib"
47 -l"pafsio_elf.lib"
48 -l"pce2_elf.lib"
49 -l"pcm1_elf.lib"
50 -l"dcs7_elf.lib"
51 -l"dolby_oar_lib.lib"
52 -l"algdap_ht_c66_float_release.lib"
53 -l"libdap_ht_c66_float_release.lib"
54 -l"dsplib.lib"
55 /* -l"bmda_elf.lib" */
56 -l"dlb_intrinsics_c66_float_release.lib"
57 -l"ae0_elf.lib"
59 SECTIONS
60 {
61     .globalSectionPafAsitConfig :> CORE0_DDR3
62     .globalSectionPafAsotConfig :> CORE0_DDR3
63     .globalSectionPafAspmConfig :> CORE0_DDR3
64     
65     GROUP: {
66         .commonSectionPafAstConfig
67         .commonSectionAcpStdBetaTable
68         .commonSectionAcpCusBetaTable
69         .commonSectionAcpCusPhiTable
70         .commonSectionAcpCusSigmaTable
71     } > COMMON_DDR3
72     
73     .gCapIbPcmBuf   :> CORE0_DDR3
74     .gCapIbBuf      :> CORE0_DDR3
75     .gCapObBuf      :> CORE0_DDR3
76     .gCapAfBuf      :> CORE0_DDR3
78 /*
79     platform_lib  :> L2SRAM
80     platform_text :> L2SRAM
81     {
82         -l ti.platform.evmk2g.ae66 (.text)
83     }
84 */
85 }