Re: Help on Porting GCC to a new architecture

2009-07-13 Thread sumanth
. http://gcc.gnu.org/wiki http://www.cfdvs.iitb.ac.in/~amv/gcc-int-docs/ http://www.cse.iitb.ac.in/grc/gcc-workshop-09/downloads/ Thanks, Sumanth G. Rajeshwari Bhat wrote: Hi, I am planning to port gcc 4.3.0 to a new architecture. Can you please help me in doing it. Please send me

Re: Help on Porting GCC to a new architecture

2009-07-13 Thread Rajeshwari Bhat
Hi, I am planning to port gcc 4.3.0 to a new architecture. Can you please help me in doing it. Please send me details on porting, such as: 1. The files to be modified in the gcc source . 2. Steps to build gcc for the new architecture. Thanks in advance. Regards, Rajeshwari

Re: Fwd: Porting gcc to a new architecture

2008-03-12 Thread Samuel Tardieu
>>>>> "Schmave" == Schmave <[EMAIL PROTECTED]> writes: > i was wondering what steps i need to take to port gcc to a new > architecture Did you find something unclear in the GCC documentation? Do you have a specific question? Sam -- Samuel Tardieu -- [E

Fwd: Porting gcc to a new architecture

2008-03-11 Thread Schmave
Hi i was wondering what steps i need to take to port gcc to a new architecture thanks!

Re: A New Architecture

2005-10-12 Thread Jim Wilson
[EMAIL PROTECTED] wrote: The GCC testing framework is so complicated to understand. It is built on top of the DejaGnu which are built on top of Expect which are built on top of Tcl and Autoconf which .. You don't need autoconf etc to run dejagnu. These are needed only if you want to

A New Architecture

2005-10-11 Thread ibanez
I just finish porting gcc to our new architecture: S+core Both gcc & g++ & libstdc++ are successfully build. But I have problem in testing, though I've pass lot's of informal C test patterns which my partner scratched from the internet. The GCC testing framework is so complicated t