]> 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
621942f897beda034a32515cc127f869bbc300ae
[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\bmda\Source_Code\make\c66x\release" */
38 -i"C:\ti\processor_audio_sdk_1_00_00_00\pasdk\intrinsics\Dolby_Intrinsics_Imp\lib_elf_C66"
40 -l"acp_elf.lib"
41 -l"asp_std_elf.lib"
42 -l"com_asp_elf.lib"
43 -l"com_dec_elf.lib"
44 -l"pafsio_elf.lib"
45 -l"pce2_elf.lib"
46 -l"pcm1_elf.lib"
47 -l"dcs7_elf.lib"
48 -l"dolby_oar_lib.lib"
49 /* -l"bmda_elf.lib" */
50 -l"dlb_intrinsics_c66_float_release.lib"
51 -l"ae0_elf.lib"
53 SECTIONS
54 {
55     .globalSectionPafAsitConfig :> CORE0_DDR3
56     .globalSectionPafAsotConfig :> CORE0_DDR3
57     .globalSectionPafAspmConfig :> CORE0_DDR3
58     
59     GROUP: {
60         .commonSectionPafAstConfig
61         .commonSectionAcpStdBetaTable
62         .commonSectionAcpCusBetaTable
63         .commonSectionAcpCusPhiTable
64         .commonSectionAcpCusSigmaTable
65     } > COMMON_DDR3
66     
67     .gCapIbPcmBuf   :> CORE0_DDR3
68     .gCapIbBuf      :> CORE0_DDR3
69     .gCapObBuf      :> CORE0_DDR3
70     .gCapAfBuf      :> CORE0_DDR3
72 /*
73     platform_lib  :> L2SRAM
74     platform_text :> L2SRAM
75     {
76         -l ti.platform.evmk2g.ae66 (.text)
77     }
78 */
79 }