Troubleshooting Builder Problems

If the builder is running but failing, the following may describe the problem and its corresponding solution.

Project Name Not Identical To GNAT Project File Name

If the name of the Workbench project and the corresponding GNAT project file are not exactly the same, including letter casing, the builder will not invoke the Ada compiler and the overall build will fail. The content of the Build Console will look something like the following:

when the project name does not match the gpr file name

Note that the GNAT project file name and the name of the project inside that file must also be identical.