comp.lang.ada
 help / color / mirror / Atom feed
* GNAT/RTEMS
  1997-02-18  0:00 Existence of Ada95 compiler for embedded 80x86? Greg Bond
@ 1997-02-25  0:00 ` csmith
  1997-02-26  0:00   ` GNAT/RTEMS Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
  0 siblings, 1 reply; 6+ messages in thread
From: csmith @ 1997-02-25  0:00 UTC (permalink / raw)



> GNAT/RTEMS for 80x86 is vaporware (its
> release has been postponed for well over a year now).

Does anybody knows the status of this port?
Thanks.




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

* Re: GNAT/RTEMS
  1997-02-25  0:00 ` GNAT/RTEMS csmith
@ 1997-02-26  0:00   ` Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
  0 siblings, 0 replies; 6+ messages in thread
From: Joel Sherrill <joel@merlin.gcs.redstone.army.mil> @ 1997-02-26  0:00 UTC (permalink / raw)



In article <3313A11C.2AD0@ccgate.hac.com>, csmith <csmith@ccgate.hac.com> writes:
>> GNAT/RTEMS for 80x86 is vaporware (its
>> release has been postponed for well over a year now).
>
>Does anybody knows the status of this port?
>Thanks.



First the RTEMS project has the same policy on announcement of release
dates that GNAT does.  We do not officially announce them.  I apologize
if there has been a misunderstanding regarding this.

Currently we are testing GNAT/RTEMS on the SPARC.  GNAT 3.09 has some RTEMS
support in it.  The primary deficiency is that 3.09 does not have full
support for building cross applications.   Most of these problems have
been addressed in the current GNAT and RTEMS developers source.  

The PowerPC is expected to be the next processor targetted.  Other processor
families will be added as there is customer interest. 

OAR and ACT are workign together to support this configuration

Joel Sherrill                             Sr. Computer Scientist
joel@OARcorp.com                  On-Line Applications Research
Ask me about RTEMS: a free    RTOS  Huntsville AL 35805
   Support Available                (205) 722-9985







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

* GNAT/RTEMS
@ 1997-12-31  0:00 Jakob Ulysses Gaertner
  1997-12-31  0:00 ` GNAT/RTEMS Robert Dewar
  0 siblings, 1 reply; 6+ messages in thread
From: Jakob Ulysses Gaertner @ 1997-12-31  0:00 UTC (permalink / raw)



I heard about a cross-development environment GNAT -> RTEMS.
Does anyone know where to get it?

Favourite host would be Linux for political reasons.

Thanks

Happy New Year!





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

* Re: GNAT/RTEMS
  1997-12-31  0:00 GNAT/RTEMS Jakob Ulysses Gaertner
@ 1997-12-31  0:00 ` Robert Dewar
  0 siblings, 0 replies; 6+ messages in thread
From: Robert Dewar @ 1997-12-31  0:00 UTC (permalink / raw)



Jakob said

<<I heard about a cross-development environment GNAT -> RTEMS.
Does anyone know where to get it?
>>

THe GNAT-RTEMS combination exists for a number of host-target pairs, and
has been fully validated on a Sparc simulator with a Solaris host. For
information on availability and features, and also commercial support
for both products, send email to sales@gnat.com.

Robert Dewar
Ada Core Technologies





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

* GNAT/RTEMS
@ 1999-03-14  0:00 Ramon Costa Castelló
  1999-03-15  0:00 ` GNAT/RTEMS Mark D. McKinney
  0 siblings, 1 reply; 6+ messages in thread
From: Ramon Costa Castelló @ 1999-03-14  0:00 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 546 bytes --]

Hi,

I'm trying to install a GNAT/RTEMS cross compiler,
I use a PC under linux redhat5.2 as host,
as native ADA compiler I have installed a
gnat-3.11p through a rpm distribution.

In GNAT/RTEMS cross compiler installation guide
 it says that I need an GNAT ADA environment which
do not use environment variables such as:

GCC_EXEC_PREFIX
ADA_INCLUDE_PATH
ADA_OBJECTS_PATH
LD_RUN_PATH
C_INCLUDE_PATH

unfortunately my systems uses ADA_INCLUDE_PATH
and ADA_OBJECTS_PATH.

Does anyone have any idea to solve this problem ?


Best regards,


Ramon



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Card for Ramon Costa Castell� --]
[-- Type: text/x-vcard; charset=us-ascii; name="costa.vcf", Size: 459 bytes --]

begin:vcard 
n:Costa-Castell�;Ramon 
tel;fax:+34-93-401-6605
tel;work:+34-93-401-6657
x-mozilla-html:FALSE
url:http://www.ic.upc.es/~costa
org:Institut d'Organitzaci� i Control de Sistemes Industrials (UPC);Enginyeria de Sistemes Autom�tica i Inform�tica Industrial
adr:;;Av. Diagonal 647, 11;Barcelona;CATALUNYA;08028;SPAIN
version:2.1
email;internet:costa@ioc.upc.es
title:Assistant Professor
x-mozilla-cpt:;-1
fn:Costa-Castell�, Ramon 
end:vcard

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

* Re: GNAT/RTEMS
  1999-03-14  0:00 GNAT/RTEMS Ramon Costa Castelló
@ 1999-03-15  0:00 ` Mark D. McKinney
  0 siblings, 0 replies; 6+ messages in thread
From: Mark D. McKinney @ 1999-03-15  0:00 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 969 bytes --]



Could you use symbolic links to the source in the current directory? 
Or perhaps a separate directory where compilation is done ?

Ramon Costa Castell� wrote:
> 
> Hi,
> 
> I'm trying to install a GNAT/RTEMS cross compiler,
> I use a PC under linux redhat5.2 as host,
> as native ADA compiler I have installed a
> gnat-3.11p through a rpm distribution.
> 
> In GNAT/RTEMS cross compiler installation guide
>  it says that I need an GNAT ADA environment which
> do not use environment variables such as:
> 
> GCC_EXEC_PREFIX
> ADA_INCLUDE_PATH
> ADA_OBJECTS_PATH
> LD_RUN_PATH
> C_INCLUDE_PATH
> 
> unfortunately my systems uses ADA_INCLUDE_PATH
> and ADA_OBJECTS_PATH.
> 
> Does anyone have any idea to solve this problem ?
> 
> Best regards,
> 
> Ramon

-- 
--===============================================
-- Mark D. McKinney
-- Software Engineer
-- 4422 Chase Park Court
-- Annandale, Va 22003
-- (703) 916-7959
--===============================================

[-- Attachment #2: Card for Mark D. McKinney --]
[-- Type: text/x-vcard, Size: 243 bytes --]

begin:vcard 
n:McKinney`;Mark
tel;home:703-916-7959
x-mozilla-html:FALSE
version:2.1
email;internet:mark.mckinney@wdn.com
adr;quoted-printable:;;4422 Chase PArk Court=0D=0A		;Annandale;Va;22003;USA
x-mozilla-cpt:;0
fn:Mark McKinney`
end:vcard

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

end of thread, other threads:[~1999-03-15  0:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-14  0:00 GNAT/RTEMS Ramon Costa Castelló
1999-03-15  0:00 ` GNAT/RTEMS Mark D. McKinney
  -- strict thread matches above, loose matches on Subject: below --
1997-12-31  0:00 GNAT/RTEMS Jakob Ulysses Gaertner
1997-12-31  0:00 ` GNAT/RTEMS Robert Dewar
1997-02-18  0:00 Existence of Ada95 compiler for embedded 80x86? Greg Bond
1997-02-25  0:00 ` GNAT/RTEMS csmith
1997-02-26  0:00   ` GNAT/RTEMS Joel Sherrill <joel@merlin.gcs.redstone.army.mil>

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