Re: Cross-Compiling Ada to Netware with GNAT
- From: Georg Bauhaus <bauhaus@xxxxxxxxxxxxx>
- Date: Sun, 02 Apr 2006 15:05:51 +0200
Marco wrote:
Jeffrey > I suspect there's probably a fairly easy way to get a version
of GNAT that will
produce output suitable for nlmconv, but as a last resort you could look into a
compiler that generates C as its intermediate language, such as the one from
Sofcheck:
http://www.sofcheck.com/products/adamagic.html
I have never used this product but it seems that it would be kind of
a pain to "debug" or integrate from the generated code back to the
source code (by the way what marketing guy came up with those horrible
product names).
It is quite common for C to be a target language.
The C files refer back to the original sources
via #line directives, for example. This has worked well
for several decades, in several setups.
.
- References:
- Re: Cross-Compiling Ada to Netware with GNAT
- From: Marco
- Re: Cross-Compiling Ada to Netware with GNAT
- Prev by Date: Re: Advice on low level file handling.
- Next by Date: Re: Cross-Compiling Ada to Netware with GNAT
- Previous by thread: Re: Cross-Compiling Ada to Netware with GNAT
- Index(es):
Relevant Pages
|