package ti.platforms.evmDRA7XX

Platform package for the DRA7XX SDP

This package implements the interfaces (xdc.platform.IPlatform) necessary to build and run executables on the DRA74XX SDP platform. [ more ... ]
XDCspec declarations sourced in ti/platforms/evmDRA7XX/package.xdc
requires ti.catalog.arp32;
requires ti.catalog.c6000;
requires xdc.platform[1, 0, 1];
 
package ti.platforms.evmDRA7XX [1, 0, 0, 0] {
 
    module Platform;
    // Platform support for DRA7XX
}
DETAILS
This package implements the interfaces (xdc.platform.IPlatform) necessary to build and run executables on the DRA74XX SDP platform.
THROWS
XDCException exceptions are thrown for fatal errors. The following error codes are reported in the exception message:
ti.platforms.evmDRA74XX.LINK_TEMPLATE_ERROR
This error is raised when this platform cannot found the default linker command template linkcmd.xdt in the build target's package. When a target does not contain this file, the config parameter xdc.cfg.Program.linkTemplate must be set.
generated on Fri, 10 Jun 2016 23:30:56 GMT