This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: about embedded GCC
- To: MCherobim at gradiente dot com dot br
- Subject: Re: about embedded GCC
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 19 Jun 2000 21:11:42 +0200
- CC: gcc at gcc dot gnu dot org
- References: <OFF767973F.CE74A46A-ON03256903.0057D71E@gradiente.com.br>
> I´m looking for GCC that generate code for microprocessor, like Z180/183,
> 68HC11, PIC, for embedded application. If I find the source code, I can
> change for other microprocessors.
Please have a look at
http://gcc.gnu.org/readings.html
It contains information on all the targets supported by gcc and
currently included with GCC proper; I believe this list contains
microprocessors for embedded applications as well (such as arm, fr30,
or superh).
Regards,
Martin