ldries46
2024-11-30 08:22:51 UTC
Using the 25.w0 compiler system on Windows 11 in a program using gtkada
I got the following error messages using the "Compile File"in the
[2024-11-30 08:42:53] Could not expand argument in command line: %rbt
[2024-11-30 08:42:53] Could not expand argument in command line: %rd
[2024-11-30 08:42:53] Build command not launched.
As said in the last line I cannot run the program. Also missing the
chance to debug. This message contains the group file I use. Possibly
there is an error inside. I did control but the program is indeed not
running and not even the first line did not run shows that code is not
the problem. I included the used .gpr file and the base file of the
program. All the source files are in the directory /base./src while the
.gpr file is positioned in /base.
Using the Check Syntax, Check Semantic and Compile File Show No Errors.
Run & debug show only some runtime failures message but never reaches
the start of the code :
Num    Type          Disp Enb Address           What
1      breakpoint    keep y  0x00000000004015a8 in sudoku_main at
D:\ada\project\Sudoku\src\sudoku_main.adb:44
What did I do wrong?
I got the following error messages using the "Compile File"in the
[2024-11-30 08:42:53] Could not expand argument in command line: %rbt
[2024-11-30 08:42:53] Could not expand argument in command line: %rd
[2024-11-30 08:42:53] Build command not launched.
As said in the last line I cannot run the program. Also missing the
chance to debug. This message contains the group file I use. Possibly
there is an error inside. I did control but the program is indeed not
running and not even the first line did not run shows that code is not
the problem. I included the used .gpr file and the base file of the
program. All the source files are in the directory /base./src while the
.gpr file is positioned in /base.
Using the Check Syntax, Check Semantic and Compile File Show No Errors.
Run & debug show only some runtime failures message but never reaches
the start of the code :
Num    Type          Disp Enb Address           What
1      breakpoint    keep y  0x00000000004015a8 in sudoku_main at
D:\ada\project\Sudoku\src\sudoku_main.adb:44
What did I do wrong?