Re: Upgrading a cross compiler from GCC 3.4.6 to 4.1.1

2006-09-22 Thread Kai Ruottu
Rohit Arul Raj wrote: I am upgrading a cross-compiler from gcc3.4.6 to gcc 4.1.1. i am getting some errors while trying to build the compiler. The way in which i am building the compiler is : $configure --target= --prefix=/usr/crossgcc/ --with-newlib --disable-libssp "--target=" "Let's

Upgrading a cross compiler from GCC 3.4.6 to 4.1.1

2006-09-21 Thread Rohit Arul Raj
Hi all, I am upgrading a cross-compiler from gcc3.4.6 to gcc 4.1.1. i am getting some errors while trying to build the compiler. The way in which i am building the compiler is : $configure --target= --prefix=/usr/crossgcc/ --with-newlib --disable-libssp i am getting the following errors!! /ho

RE: Upgrading a cross compiler from GCC 3.4.6 to 4.1.1

2006-09-19 Thread Dave Korn
On 19 September 2006 13:16, Rohit Arul Raj wrote: > Hi all, > > I am upgrading a cross compiler from gcc 3.4.6 to gcc 4.1.1. > > i just want to confirm whether the poisoned macro > FUNCTION_ARG_PASS_BY_REFERENCE in target.h is replaced by the target > hook in target.c as TARGET_PASS_BY_REFERENC

Upgrading a cross compiler from GCC 3.4.6 to 4.1.1

2006-09-19 Thread Rohit Arul Raj
Hi all, I am upgrading a cross compiler from gcc 3.4.6 to gcc 4.1.1. i just want to confirm whether the poisoned macro FUNCTION_ARG_PASS_BY_REFERENCE in target.h is replaced by the target hook in target.c as TARGET_PASS_BY_REFERENCE. Is there any log file other than ChangeLog which keeps the l