2.6. Programming Support Environment

M1750 Ada includes a tool that determines which program units need compiling or recompiling, then runs the compiler and linker as necessary to build a consistent program.

In addition, the programming support environment consists of the standard GNU/UNIX software development tools, which provide configuration management, automated program configuration and construction, automated regression testing, and much more.

We recommend the Bash shell since it offers conformance to the POSIX standard, and supports command line working. Bash is not included with M1750 Ada, but is available from any GNU site.