public class ClxxCCompiler extends CommandLineCCompiler
| Modifier and Type | Field and Description |
|---|---|
private static ClxxCCompiler |
cl55
Singleton for TMS320C55x
|
private static ClxxCCompiler |
cl6x
Singleton for TMS320C6000
|
private static java.lang.String[] |
headerExtensions
Header file extensions
|
private static java.lang.String[] |
sourceExtensions
Source file extensions
|
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID| Modifier | Constructor and Description |
|---|---|
private |
ClxxCCompiler(java.lang.String command,
boolean newEnvironment,
org.apache.tools.ant.types.Environment env)
Private constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addImpliedArgs(java.util.Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
java.lang.Boolean rtti,
OptimizationEnum optimization) |
protected void |
addWarningSwitch(java.util.Vector args,
int warnings) |
static ClxxCCompiler |
getCl55Instance() |
static ClxxCCompiler |
getCl6xInstance() |
protected void |
getDefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define,
java.lang.String value) |
protected java.io.File[] |
getEnvironmentIncludePath() |
protected java.lang.String |
getIncludeDirSwitch(java.lang.String source) |
Linker |
getLinker(LinkType type)
Gets the linker that is associated with this processors
|
int |
getMaximumCommandLength() |
protected void |
getUndefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define) |
createParseraddIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommandcanParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveIncludebid, changeEnvironment, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbid, changeEnvironmentprivate static final java.lang.String[] headerExtensions
private static final java.lang.String[] sourceExtensions
private static final ClxxCCompiler cl55
private static final ClxxCCompiler cl6x
private ClxxCCompiler(java.lang.String command,
boolean newEnvironment,
org.apache.tools.ant.types.Environment env)
command - executable namenewEnvironment - Change environmentenv - New environmentpublic static ClxxCCompiler getCl55Instance()
public static ClxxCCompiler getCl6xInstance()
protected void addImpliedArgs(java.util.Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
java.lang.Boolean rtti,
OptimizationEnum optimization)
addImpliedArgs in class CommandLineCompilerprotected void addWarningSwitch(java.util.Vector args,
int warnings)
addWarningSwitch in class CommandLineCompilerprotected void getDefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define,
java.lang.String value)
getDefineSwitch in class CommandLineCompilerprotected java.io.File[] getEnvironmentIncludePath()
getEnvironmentIncludePath in class CommandLineCompilerprotected java.lang.String getIncludeDirSwitch(java.lang.String source)
getIncludeDirSwitch in class CommandLineCompilerpublic Linker getLinker(LinkType type)
Processorpublic int getMaximumCommandLength()
getMaximumCommandLength in class CommandLineCompilerprotected void getUndefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define)
getUndefineSwitch in class CommandLineCompiler