This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building Cross Toolchain for ARM with softfloat support


On Thursday, 28. February 2002 08:23, jeroen dobbelaere wrote:
> Thomas Gleixner wrote:
> - build/install binutils
> - build/install gcc (3.0.4) with as extra option in the configuring :
>     --with-inhibit-libc
I try following command line:
./configure --target=arm-linux --prefix=$PREFIX $HOST 
--with-headers=$KERNEL/include --with-softfloat-support=multilib-internal 
--without-fp --with-inhibit-libc
make LANGUAGES=c
It compiles. It builds xgcc.
Then it tries to build libgcc and fails, because no valid crti.o and crtn.o 
are available.
I tried also to build --with-softfloat-support=internal : failed at same stage
Next was --with-softfloat-support=multilib-external : failed at same stage

> - build/install glibc (2.2.5 + small patch for c++/arm)
> - built/install gcc without the '--with-inhibit-libc'
> When configuring gcc, your options about using softfloat should stay the
> same.
I would be happy to come to that point.

> Note that the patch does not apply completely on gcc-3.0.4 :
> you should adapt the gcc/config/arm/linux-elf.h file yourself, or change
> the patch in order to recognize the 3 lines, added at the end in gcc-3.0.4
Yep, I did the changes manualy

-- 
Thomas
__________________________________________________
Thomas Gleixner, autronix automation GmbH
auf dem berg 3, d-88690 uhldingen-muehlhofen
fon: +49 7556 919891 , fax: +49 7556 919886
mail: gleixner@autronix.de, http://www.autronix.de  

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]