Sujet : Re: compilation or linking error
De : bertus.dries (at) *nospam* planet.nl (ldries46)
Groupes : comp.lang.adaDate : 04. Dec 2024, 10:18:17
Autres entêtes
Organisation : KPN B.V.
Message-ID : <nnd$1682f6ed$629f42f0@c0392ba3e5f0a93a>
References : 1 2 3
User-Agent : Mozilla Thunderbird
In the .gpr file in clearly stated that main:
"for Main use ("Sudoku_main.adb"); and "for Source_Dirs use ("./src", ...etc"
which means that according to the .gpr file the compilation is for the program that is presented in the .src directory. As I think the problem is somewhere in the compilation, Linker or Builder parts used in the.gpr file
Op 3-12-2024 om 17:53 schreef Max Reznik:
It seems you are trying to compile a `.gpr` file.
This is not what you need. You can compile only `.adb` (sometimes `.ads`). Instead of compiling `.gpr` file run "Build project"
>
03.12.2024 13:43, ldries46:
I just run the Compile command and get:
>
[2024-12-03 12:28:45] Could not determine the project for file: D: \ada\project\Sudoku\Sudoku_main.gpr