net.sf.antcontrib.cpptasks.arm
public class ADSCCompiler extends CommandLineCCompiler
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) |
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) |
See Also: CommandLineCompiler
See Also: CommandLineCompiler
See Also: getEnvironmentIncludePath
See Also: getMaximumCommandLength