This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC port
- From: "eljedi ." <eljedi at gmail dot com>
- To: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Wed, 20 Nov 2013 19:25:18 +0100
- Subject: Re: GCC port
- Authentication-results: sourceware.org; auth=none
- References: <CANW-Qq6YY0pm-S9Y+1+aZJD_4VnF2GLMO=ybWZkSEqHw+m4XbA at mail dot gmail dot com> <CAH6eHdQ2T2V+QMgENA_+w1++vyvY36-3p15+to8_CU2u3EkA5g at mail dot gmail dot com>
Thank you Jonathan for the quick reply.
About the CPU I mentioned, do you think it can be done? (its a 16bits,
and I read gcc works fine for 32bits processors with 32bits registers,
more than one).
On Wed, Nov 20, 2013 at 7:22 PM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> On 20 November 2013 18:14, eljedi . wrote:
>> Hello,
>>
>> I want to know how to port gcc to a platform (learn purpose only).
>> I've been reading some links:
>> http://gcc.gnu.org/onlinedocs/gcc-2.95.2/gcc_16.html#SEC169
>>
>> But this are for 2.95. Does it still holds? is there any updated doc?
>
> If you remove the part of the URL after "gcc-2.95.2" i.e.
> http://gcc.gnu.org/onlinedocs/ then you'll find that links to
> http://gcc.gnu.org/onlinedocs/gccint/