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: crosstool-0.28-rc7: better gcc-3.4.0 support, parallel make


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Em Monday 26 April 2004 00:39, Dan Kegel escreveu:
> A new snapshot is online at
>    http://kegel.com/crosstool/crosstool-0.28-rc7.tar.gz
>
> Still problems with m68k and sparc64, and with cygwin.  I'm unlikely
> to dig into those anytime soon; if you're interested in helping,
> please do.
Testing with powerpc64. To compile with kernel 2.4.21 all that is necessary is 
to add     "powerpc64*) ARCH=ppc64 ;;"    is the "case $TARGET in" and solve 
the missing autoconf.h problem. The build with kernel 2.6.5 fails with:

 file included from ../linuxthreads_db/proc_service.h:20,
                 from ../linuxthreads_db/thread_dbP.h:7,
                 from ../linuxthreads/descr.h:43,
                 from ../linuxthreads/internals.h:29,
                 from ../linuxthreads/sysdeps/pthread/bits/libc-lock.h:27,
                 from ../sysdeps/generic/ldsodefs.h:38,
                 from ../sysdeps/unix/sysv/linux/ldsodefs.h:25,
                 from ../sysdeps/unix/sysv/linux/init-first.c:30:
../sysdeps/unix/sysv/linux/powerpc/sys/procfs.h:58: error: conflicting types 
for 'elf_vrreg_t'
/home/rafael/crosstool/powerpc64-linux-gnu/gcc-3.4.0-glibc-2.3.2/powerpc64-linux-gnu/sys-root/usr/include/asm/elf.h:138
: error: previous declaration of 'elf_vrreg_t' was here
../sysdeps/unix/sysv/linux/powerpc/sys/procfs.h:59: error: conflicting types 
for 'elf_vrregset_t'
/home/rafael/crosstool/powerpc64-linux-gnu/gcc-3.4.0-glibc-2.3.2/powerpc64-linux-gnu/sys-root/usr/include/asm/elf.h:139
: error: previous declaration of 'elf_vrregset_t' was here

Using libc from cvs solves this problem.

Thanks.

Rafael
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAjUbjLlrfGJ8JUHwRAqHMAKCdKXSLFw6VRGJdFmIWejbV4o9EKwCgiDgZ
s0t8KQ77akkyUQf7kdGGYcU=
=KLby
-----END PGP SIGNATURE-----

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