package ti.platforms.sim470xx

Platform package for the sim470xx platform

This package implements the interfaces (xdc.platform.IPlatform) necessary to build and run executables on the sim470xx platform. [ more ... ]
XDCspec declarations sourced in ti/platforms/sim470xx/package.xdc
requires ti.catalog.arm;
requires xdc.platform[1, 0, 1];
 
package ti.platforms.sim470xx [1, 0, 1, 1] {
 
    module Platform;
    // Simulation-based Platform support for TI Arm (470x) platforms
}
DETAILS
This package implements the interfaces (xdc.platform.IPlatform) necessary to build and run executables on the sim470xx platform.
THROWS
XDCException exceptions are thrown for fatal errors. The following error codes are reported in the exception message:
ti.platfoms.sim470xx.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:31:09 GMT