Class ADSCCompiler

  • All Implemented Interfaces:
    java.lang.Cloneable, Compiler, Processor

    public class ADSCCompiler
    extends CommandLineCCompiler
    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 Detail

      • headerExtensions

        private static final java.lang.String[] headerExtensions
        Header file extensions
      • sourceExtensions

        private static final java.lang.String[] sourceExtensions
        Source file extensions
      • armcc

        private static final ADSCCompiler armcc
        Singleton for ARM 32-bit C compiler
      • armcpp

        private static final ADSCCompiler armcpp
        Singleton for ARM 32-bit C++ compiler
      • tcc

        private static final ADSCCompiler tcc
        Singleton for ARM 16-bit C compiler
      • tcpp

        private static final ADSCCompiler tcpp
        Singleton for ARM 16-bit C++ compiler
    • Constructor Detail

      • ADSCCompiler

        private ADSCCompiler​(java.lang.String command,
                             boolean newEnvironment,
                             org.apache.tools.ant.types.Environment env)
        Private constructor
        Parameters:
        command - executable name
        newEnvironment - Change environment
        env - New environment