comp.lang.ada
 help / color / mirror / Atom feed
From: "Bill Sheehan" <sheehanw@optonline.net>
Subject: Re: GLIDE to GPS conversion
Date: Tue, 17 Jun 2003 15:56:08 GMT
Date: 2003-06-17T15:56:08+00:00	[thread overview]
Message-ID: <sSGHa.3697$Y32.1769491@news4.srv.hcvlny.cv.net> (raw)
In-Reply-To: ZZFHa.3259$Y32.1641384@news4.srv.hcvlny.cv.net

I have to give ACT credit.

They responded to my problem with the following that I'm passing to the
group.

"We do not currently have such an automatic tool, although we have a
design for one, which we'll try and implement asap."


The solution sent to me was a manual conversion of my .adp project to a .gpr
Taking out some work directory names I made a summary:

project T_Exec is
   for Source_Dirs use
      ("c:\dir1\dir2\t\sources1\",
       "c:\dir1\dir2\sources2\",
       "c:\dir1\dir2\services\",
       "c:\dir1\dir2\t\",
       "c:\dir1\dir3\Rtos\");
   for Object_Dir use ".";
   for Main use ("t_exec.adb");

   package Compiler is
      for Default_Switches ("Ada")
         use ("-gnatq", "-gnatQ", "-mlongcall");
   end Compiler;

   package Linker is
      for Default_Switches ("Ada")
         use ("-msoft_float", "-mlongcall");
   end Linker;

   package Ide is
      for Compiler_Command ("Ada") use "powerpc-wrs-vxworks-gnatmake";
      for Debugger_Command use "powerpc-wrs-vxworks-gdb";
   end Ide;

end T_Exec;






  reply	other threads:[~2003-06-17 15:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-16 14:49 GLIDE to GPS conversion Bill Sheehan
2003-06-16 23:39 ` Jeffrey Carter
2003-06-17 14:55   ` Bill Sheehan
2003-06-17 15:56     ` Bill Sheehan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-04-18 13:29 Glide " Bill Sheehan
2003-04-18 20:59 ` Mark Johnson
replies disabled

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