Dear Björn,
Thanks for your suggestions, however I still don't get a traceback.
I call Gprbuild with -P and the name of the Gpr file together with -eS and -q
My gpr is
for Exec_Dir use "W:\Product\Elephant\Windows";
for Main use ("GnatTest.adb");
package Pretty_Printer is
for Default_Switches ("ada") use ("-i2", "-M120", "-aL", "-A1", "-A4");
end Pretty_Printer;
package Builder is
for Default_Switches ("ada") use ("-k", "-s", "-j4", "-g");
for Executable ("GnatTest.adb") use "GnatTest";
end Builder;
package Compiler is
for Default_Switches ("ada") use
("-O1", "-gnatQ", "-gnata", "-gnato", "-g", "-gnat12",
"-gnatwcehijkmopruvz.c.n.p.t.w.x", "-gnatykmpM120");
end Compiler;
package Binder is
for Default_Switches ("ada") use ("-E");
end Binder;
package Linker is
for Linker_Options use ();
for Default_Switches ("ada") use
("-g", "-LW:\Product\Elephant\Windows",
"D:\Binary\Elephant\Ada\Projects\Test\GnatTest\objects\resources.o", "-mwindows");
end Linker;
Ahlan