24 lines
1.9 KiB
Text
24 lines
1.9 KiB
Text
/* 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("-mv7M4%20--code_state%3D16%20--float_support%3DFPv4SPD16%20-me%20-O1%20--opt_for_speed%3D2%20--include_path%3D%22C%3A/Users/gene/OneDrive%20-%20Worcester%20Polytechnic%20Institute%20%28wpi.edu%29/ECE3849/workspace_v9/ece3849_lab2_starter%22%20--include_path%3D%22C%3A/Users/gene/OneDrive%20-%20Worcester%20Polytechnic%20Institute%20%28wpi.edu%29/ECE3849/workspace_v9/ece3849_lab2_starter%22%20--include_path%3D%22C%3A/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b%22%20--include_path%3D%22C%3A/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_01_29/packages/ti/sysbios/posix%22%20--include_path%3D%22C%3A/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.5.LTS/include%22%20--define%3Dccs%3D%22ccs%22%20--define%3DPART_TM4C1294NCPDT%20--define%3Dccs%20--define%3DTIVAWARE%20-g%20--gcc%20--diag_warning%3D225%20--diag_warning%3D255%20--diag_wrap%3Doff%20--display_error_number%20--gen_func_subsections%3Don%20--abi%3Deabi%20%20%20") + target.ccOpts.prefix;
|
|
|
|
/* configuro was passed the target's rootDir explicitly */
|
|
target.rootDir = 'C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.5.LTS';
|
|
|
|
Build.targets = [target];
|