public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* FW: Request for help regarding the GNU gcc code generator
@ 2000-04-23 21:41 Ravindra Naik
  2000-04-23 22:53 ` Virgil Palanciuc
  0 siblings, 1 reply; 4+ messages in thread
From: Ravindra Naik @ 2000-04-23 21:41 UTC (permalink / raw)
  To: help-gcc

Hello
I am interested in creating/developing code generator for gcc, for a
specific hardware (proprietary hardware); thus interested in developing a
cross-compiler for a platform not supported by GCC currently.
I have heard that there exists a facility in gcc whereby I can specify the
details of hardware in some configuration/specification file, so that the
code-generator (or atleast part of the code-generator) gets generated. I am
aware that gcc does indeed generate code for a variety of hardware
configurations, but the hardware I am interested in is a proprietary
hardware, and does not fit into the existing set of CPUs supported by gcc.

I am interested to know whether such a facility exists and where can I find
the relevant information.

Regards
RDNaik


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

* RE: Request for help regarding the GNU gcc code generator
  2000-04-23 21:41 FW: Request for help regarding the GNU gcc code generator Ravindra Naik
@ 2000-04-23 22:53 ` Virgil Palanciuc
  0 siblings, 0 replies; 4+ messages in thread
From: Virgil Palanciuc @ 2000-04-23 22:53 UTC (permalink / raw)
  To: Ravindra Naik, help-gcc

> Hello
> I am interested in creating/developing code generator for gcc, for a
> specific hardware (proprietary hardware); thus interested in developing a
> cross-compiler for a platform not supported by GCC currently.
> [...]
> I am interested to know whether such a facility exists and where
> can I find
> the relevant information.
>
> Regards
> RDNaik

      Yes, you should write a machine description in the subdirectory
config/[your_machine_name]. You will find all the necessary documentation at
http://gcc.gnu.org/onlinedocs/gcc_toc.html . The most interesting file for
you will
probably be http://gcc.gnu.org/onlinedocs/gcc_16.html . When you start
writing your
machine description, I recommend that you take a look in the config/
subdirectory at how the things are done for other (more or less similar)
architectures.

      Regards,
           Virgil.

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

* Re: Request for help regarding the GNU gcc code generator
  2000-04-21  4:49 Ravindra Naik
@ 2000-04-21  5:02 ` Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2000-04-21  5:02 UTC (permalink / raw)
  To: Ravindra Naik; +Cc: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 770 bytes --]

On Apr 21, 2000, Ravindra Naik <rdnaik@pune.tcs.co.in> wrote:

> I am interested in knowing the procedure for plugging the h/w configuartion
> for a proprietary machine so that GCC compiler can generate the code for
> that hardware. Where can I find the complete docuemntation for the same?
> Information will be greatly appreciated.

The GCC manual contains a lot of information about porting GCC.  There
are some additional references in the Readings web-page of
gcc.gnu.org.

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

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

* Request for help regarding the GNU gcc code generator
@ 2000-04-21  4:49 Ravindra Naik
  2000-04-21  5:02 ` Alexandre Oliva
  0 siblings, 1 reply; 4+ messages in thread
From: Ravindra Naik @ 2000-04-21  4:49 UTC (permalink / raw)
  To: help-gcc

Hello

I am interested in knowing the procedure for plugging the h/w configuartion
for a proprietary machine so that GCC compiler can generate the code for
that hardware. Where can I find the complete docuemntation for the same?
Information will be greatly appreciated.

Regards
RDNaik
Program Engineering Tools Group
TCS, Hadapsar, Pune

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

end of thread, other threads:[~2000-04-23 22:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-23 21:41 FW: Request for help regarding the GNU gcc code generator Ravindra Naik
2000-04-23 22:53 ` Virgil Palanciuc
  -- strict thread matches above, loose matches on Subject: below --
2000-04-21  4:49 Ravindra Naik
2000-04-21  5:02 ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).