]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blob - packages/config.bld
EDMA3: BIOS6 Release 02.00.01.04
[keystone-rtos/edma3_lld.git] / packages / config.bld
1 /*\r
2  *  ======== config.bld ========\r
3  *  Sample Build configuration script\r
4  */\r
5 \r
6 /* load the required modules for the configuration */\r
7 var C674 = xdc.useModule('ti.targets.C674');\r
8 \r
9 /* compiler paths for the CCS4.0                   */\r
10 C674.rootDir = "D:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000";\r
11 \r
12 /**********************************c674******************************/\r
13 \r
14 /* compiler options                                */\r
15 C674.ccOpts.suffix += " -mi10 -mo ";\r
16 \r
17 /* set default platform and list of all interested *\r
18  * platforms for c64P                              */\r
19 \r
20 C674.platforms = [\r
21                      "ti.platforms.evmDA830",\r
22                  ];\r
23 /* select the default platform                     */\r
24 C674.platform = C674.platforms[0];\r
25 \r
26 \r
27 /* list interested targets in Build.targets array  */\r
28 Build.targets = [\r
29                     C674,\r
30                 ];\r