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]

Configure error for powerpc-eabispe


	Hi,
I try to generate a crossgcc for Motorola PowerPC 8540 (core e500).
To do that, i use Dan's script with following options :

in file powerpc85xx.dat :
TARGET=powerpc-unknown-eabispe
TARGET_CFLAGS="-O"

eval `cat powerpc85xx.dat gcc-3.4-20040225-glibc-2.3.2.dat` sh
all.sh --notest

During GCC compile, following error occurs :

+ echo Install glibc headers needed to build bootstrap compiler -- but only
if g
cc-3.x
Install glibc headers needed to build bootstrap compiler -- but only if
gcc-3.x
+ grep -q gcc-3
/CrossCompiler/crosstool-0.28-rc1/build/powerpc-unknown-eabispe/
gcc-3.4-20040225-glibc-2.3.2/gcc-3.4-20040225/ChangeLog
+ test ! -f
/opt/crosstool/powerpc-unknown-eabispe/gcc-3.4-20040225-glibc-2.3.2/
powerpc-unknown-eabispe/include/features.h
+ mkdir -p build-glibc-headers
+ cd build-glibc-headers
+ test ! -f Makefile
+ CC=gcc
/CrossCompiler/crosstool-0.28-rc1/build/powerpc-unknown-eabispe/gcc-3.4
-20040225-glibc-2.3.2/glibc-2.3.2/configure --host=powerpc-unknown-eabispe -
-pre
fix=/usr --build=i686-host_pc-cygwin --without-cvs --disable-sanity-checks -
-wit
h-headers=/opt/crosstool/powerpc-unknown-eabispe/gcc-3.4-20040225-glibc-2.3.
2/po
werpc-unknown-eabispe/include --enable-hacker-mode
checking build system type... i686-host_pc-cygwin
checking host system type... powerpc-unknown-eabispe
checking sysdep dirs... configure: error: Operating system eabispe is not
suppor
ted.


Does it mean that powerpc-unknown-eabispe target is incorrect ?
I have same error with powerpc-eabispe target.
Which type of target must be set for PowerPC 85xx's processor ?

Thanks a lot,

Sebastien.


Note that my host is i686-cygwin with cygwin1-20040406.dll


------
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]