To build BfdAda you'll need the following:

  • The GNU Binutils libraries and headers installed in the compiler's include and library paths.
  • The GNAT 3.14 or GCC 3.2 Ada compiler.

Then, you have to configure and build as follows:

   ./configure
   make

You can also check that everything is correct by running the testsuite:

   make check

Note: BfdAda does not yet use DejaGNU.