]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/audio-preprocessing.git/blob - file_demo_bios/k2g/.config/xconfig_app/config.bld
5192b801f16d3ba65ceece37cf660b81b1ddbe95
[processor-sdk/audio-preprocessing.git] / file_demo_bios / k2g / .config / xconfig_app / config.bld
1 /* THIS IS A GENERATED FILE -- DO NOT EDIT */
3 var target;    /* the target used for this build */
5 /* configuro was passed the target's name explicitly */
6 try {
7     target = xdc.module('ti.targets.elf.C66');
8 }
9 catch (e) {
10     throw new Error("Can't find the target named '" + 'ti.targets.elf.C66'
11                     + "' along the path '" + environment["xdc.path"]
12                     + "': please check the spelling of the target's name and that it exists along this path.");
13 }
14 if (!(target instanceof xdc.module("xdc.bld.ITarget").Module)) {
15     throw new Error("The module named 'ti.targets.elf.C66' exists but it's not a target: please check the spelling of the target's name");
16 }
18 /* configuro was passed compiler options explicitly */
19 target.ccOpts.prefix = unescape("-g%20--optimize_with_debug%20") + target.ccOpts.prefix;
21 /* configuro was passed the target's rootDir explicitly */
22 target.rootDir = 'C:/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.1.0';
24 Build.targets = [target];