/* THIS IS A GENERATED FILE -- DO NOT EDIT */ var target; /* the target used for this build */ /* configuro was passed the target's name explicitly */ try { target = xdc.module('devkits.target.Generic'); } catch (e) { throw new Error("Can't find the target named '" + 'devkits.target.Generic' + "' along the path '" + environment["xdc.path"] + "': please check the spelling of the target's name and that it exists along this path."); } if (!(target instanceof xdc.module("xdc.bld.ITarget").Module)) { throw new Error("The module named 'devkits.target.Generic' exists but it's not a target: please check the spelling of the target's name"); } /* configuro was passed compiler options explicitly */ target.ccOpts.prefix = unescape("-g%20--optimize_with_debug%20") + target.ccOpts.prefix; /* configuro was passed the target's rootDir explicitly */ target.rootDir = 'C:/ti/ccsv6/tools/compiler/c2000_6.4.11'; Build.targets = [target];