|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.maven_nar.cpptasks.compiler.AbstractProcessor
com.github.maven_nar.cpptasks.compiler.AbstractCompiler
com.github.maven_nar.cpptasks.compiler.CommandLineCompiler
com.github.maven_nar.cpptasks.compiler.CommandLineCCompiler
com.github.maven_nar.cpptasks.arm.ADSCCompiler
public class ADSCCompiler
Adapter for the ARM C Compilers See Doc No: ARM DUI 0151A, Issued: Nov 2001 at http://www.arm.com/arm/User_Guides?OpenDocument
| Field Summary |
|---|
| Fields inherited from class com.github.maven_nar.cpptasks.compiler.AbstractProcessor |
|---|
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID |
| Method Summary | |
|---|---|
protected void |
addImpliedArgs(Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
Boolean rtti,
OptimizationEnum optimization)
|
protected void |
addWarningSwitch(Vector args,
int warnings)
Adds flags that customize the warnings reported Compiler does not appear to have warning levels but ability to turn off specific errors by explicit switches, could fabricate levels by prioritizing errors. |
static ADSCCompiler |
getArmCC()
Singleton for ARM 32-bit C compiler |
static ADSCCompiler |
getArmCpp()
Singleton for ARM 32-bit C++ compiler |
protected void |
getDefineSwitch(StringBuffer buffer,
String define,
String value)
Add command line options for preprocessor macro |
protected File[] |
getEnvironmentIncludePath()
ARMINC environment variable contains the default include path |
protected String |
getIncludeDirSwitch(String source)
Returns command line option to specify include directory |
Linker |
getLinker(LinkType type)
Gets the linker that is associated with this processors |
int |
getMaximumCommandLength()
Maximum command line length |
static ADSCCompiler |
getThumbCC()
Singleton for ARM 16-bit C compiler |
static ADSCCompiler |
getThumbCpp()
Singleton for ARM 16-bit C++ compiler |
protected void |
getUndefineSwitch(StringBuffer buffer,
String define)
|
| Methods inherited from class com.github.maven_nar.cpptasks.compiler.CommandLineCCompiler |
|---|
createParser |
| Methods inherited from class com.github.maven_nar.cpptasks.compiler.CommandLineCompiler |
|---|
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getCommandWithPath, getIdentifier, getIncludeDirSwitch, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand |
| Methods inherited from class com.github.maven_nar.cpptasks.compiler.AbstractCompiler |
|---|
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude |
| Methods inherited from class com.github.maven_nar.cpptasks.compiler.AbstractProcessor |
|---|
bid, changeEnvironment, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, isWindows, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.github.maven_nar.cpptasks.compiler.Processor |
|---|
bid, changeEnvironment |
| Method Detail |
|---|
public static ADSCCompiler getArmCC()
public static ADSCCompiler getArmCpp()
public static ADSCCompiler getThumbCC()
public static ADSCCompiler getThumbCpp()
protected void addImpliedArgs(Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
Boolean rtti,
OptimizationEnum optimization)
addImpliedArgs in class CommandLineCompiler
protected void addWarningSwitch(Vector args,
int warnings)
addWarningSwitch in class CommandLineCompilerCommandLineCompiler.addWarningSwitch(java.util.Vector,
int)
protected void getDefineSwitch(StringBuffer buffer,
String define,
String value)
getDefineSwitch in class CommandLineCompilerCommandLineCompiler.getDefineSwitch(java.lang.StringBuffer,
java.lang.String, java.lang.String)protected File[] getEnvironmentIncludePath()
getEnvironmentIncludePath in class CommandLineCompilerCommandLineCompiler.getEnvironmentIncludePath()protected String getIncludeDirSwitch(String source)
getIncludeDirSwitch in class CommandLineCompilerpublic Linker getLinker(LinkType type)
Processor
public int getMaximumCommandLength()
getMaximumCommandLength in class CommandLineCompilerCommandLineCompiler.getMaximumCommandLength()
protected void getUndefineSwitch(StringBuffer buffer,
String define)
getUndefineSwitch in class CommandLineCompiler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||