/* 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('ti.targets.arm.elf.M4F'); } catch (e) { throw new Error("Can't find the target named '" + 'ti.targets.arm.elf.M4F' + "' 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 'ti.targets.arm.elf.M4F' 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("%22--code_state%3D16%20--float_support%3DFPv4SPD16%20-me%20") + target.ccOpts.prefix; /* configuro was passed the target's rootDir explicitly */ target.rootDir = 'C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS'; Build.targets = [target];