comp.lang.ada
 help / color / mirror / Atom feed
* Working folders for a project
@ 2022-09-27  2:50 Rick Duley
  2022-09-27  3:24 ` Nasser M. Abbasi
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Rick Duley @ 2022-09-27  2:50 UTC (permalink / raw)


It is my practice to load my software in the folder 'C:\' on my PC but to do my work in a separate disc partition 'D:\'.

I have created a new Project deploying it in D:\Ada Programming.  I specified the Project Name and Main Name as My_SDC.  My_SDC reads

project My_Sdc is
    for Source_Dirs use ("Source Files");
    for Object_Dir use "Object Files";
    for Main use ("my_sdc.adb");
end My_Sdc;

Project --> Build All is successful and placed the relevant files where I expect them to be.

Project --> Build and Run --> My_SDC.adb results in this error message:

[2022-09-27 10:45:00] Error while trying to execute D:\Ada Programming\obj\my_sdc.exe: not an executable

Something is looking for a folder called D:\Ada Programming\obj which does not exist.  How do I get it to look in the right place?

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-09-29  8:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27  2:50 Working folders for a project Rick Duley
2022-09-27  3:24 ` Nasser M. Abbasi
2022-09-27  6:14 ` Emmanuel Briot
2022-09-27  6:27 ` Dmitry A. Kazakov
2022-09-27  7:43   ` Rick Duley
2022-09-27  8:30     ` Dmitry A. Kazakov
2022-09-27  7:59   ` G.B.
2022-09-27 14:16   ` Simon Wright
2022-09-28 20:35 ` Stephen Leake
2022-09-28 21:22   ` Björn Lundin
2022-09-29  8:13   ` Simon Wright
2022-09-29  8:57     ` Simon Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox