public class ADSCCompiler extends CommandLineCCompiler
objDir, workDirDEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addImpliedArgs(Vector<String> args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
Boolean rtti,
OptimizationEnum optimization) |
protected void |
addWarningSwitch(Vector<String> 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)
Adds command to undefine preprocessor macro.
|
createParseraddIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getCommandWithPath, getIdentifier, getIncludeDirSwitch, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getOutputFileNames, getTotalArgumentLengthForInputFile, runCommand, setCommandcanParse, createConfiguration, getBaseOutputName, getOutputSuffix, parseIncludes, resolveInclude, setObjDir, setWorkDirbid, changeEnvironment, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, isWindows, toStringbid, changeEnvironmentpublic static ADSCCompiler getArmCC()
public static ADSCCompiler getArmCpp()
public static ADSCCompiler getThumbCC()
public static ADSCCompiler getThumbCpp()
protected void addImpliedArgs(Vector<String> args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
addImpliedArgs 在类中 CommandLineCompilerprotected void addWarningSwitch(Vector<String> args, int warnings)
protected void getDefineSwitch(StringBuffer buffer, String define, String value)
protected File[] getEnvironmentIncludePath()
protected String getIncludeDirSwitch(String source)
getIncludeDirSwitch 在类中 CommandLineCompilerpublic Linker getLinker(LinkType type)
Processorpublic int getMaximumCommandLength()
protected void getUndefineSwitch(StringBuffer buffer, String define)
getUndefineSwitch 在类中 CommandLineCompilerCopyright © 2005-2017 NAR Maven Plugin developers. All Rights Reserved.