This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: GCC sources
- To: Damjan Lampret <damjan dot lampret at arnes dot si>
- Subject: Re: GCC sources
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Thu, 11 May 2000 18:40:06 -0700
- Cc: law at cygnus dot com, Free Software Foundation <gnu at gnu dot org>, bug-gcc at gnu dot org
- Newsgroups: cygnus.egcs.bugs
> I kindly ask for sources of GCC that you use to generate code for your
> XTensa processor.
XTensa is a tensilica product. You will have to contact them directly.
See http://www.tensilica.com.
They do have some kind of gcc port, but nothing has been contributed to the
FSF yet. I don't know if they are distributing sources or binaries for gcc.
It isn't clear if it makes sense for gcc to have a XTensa port though.
XTensa is a configurable processor. If every implementation of XTensa is
different, then there is no single port that is useful to add to gcc.
I believe they automatically generate a gcc port depending on how you have
configured the processor, but I have no idea how sophisticated this is. I
doubt that they want to distribute sources of the generator/configurator/
or whatever it is, but it should be possible to get a copy of an example
generated gcc port. You might have to be a customer to get a copy though.
Jim