4.4. Other Software Supplied

M1750 Ada includes a number of other tools to support software development, as follows:

m1750-coff-addr2line

which converts given target addresses to source file line numbers

m1750-coff-ar

which is used to build object code libraries

m1750-coff-gdb

which is the symbolic debugger

m1750-coff-gnatchop

which may be used to divide a file that contains more than one compilation unit into one file for each unit

m1750-coff-gnatfind

which is used to find Ada symbols in source files

m1750-coff-gnatls

which is used to list Ada units

m1750-coff-gnatmake

which uses the Ada rules to automatically compile, recompile and build an Ada program

m1750-coff-gnatprep

which is an Ada pre-processor

m1750-coff-gnatpsta

which prints the target package Standard

m1750-coff-gnatpsys

which prints the target package System

m1750-coff-gnatxref

which is the Ada cross reference tool

m1750-coff-nm

which lists the symbols from object files

m1750-coff-objcopy

which is used to copy and reformat object code files

m1750-coff-objdump

which is used to dump information from object code files and includes an option to disassemble

m1750-coff-ranlib

which generates an index to the contents of an archive and stores it in the archive

m1750-coff-run

which is the simulator

m1750-coff-sim

which is an interactive simulator

m1750-coff-size

which prints the size of an object code or executable file

m1750-coff-strings

which lists debug symbols and other strings in an object code file

m1750-coff-strip

which removes debug symbol table information from object code files