This is the mail archive of the crossgcc@sourceware.org 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-NG breaks


On Wednesday 15 October 2008 10:56:42 Stefano Ricci wrote:
[SNIPSNAP]
> [INFO ]  Installing C library
> [ERROR]    ../nptl/sysdeps/unix/sysv/linux/lowlevellock.c:29: error:
> conflicting types for '__lll_lock_wait'
> [ERROR]    ../nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h:448:
> error: previous declaration of '__lll_lock_wait' was here
> [ERROR]    make[3]: ***
> [/home/stefano/svil/targets/i386-unknown-linux-gnu/build/build-libc/nptl/libc-lowlevellock.o]
> Error 1
> [ERROR]    make[2]: *** [nptl/subdir_lib] Error 2
> [ERROR]    make[1]: *** [all] Error 2
> [ERROR]    Build failed in step 'Installing C library'
> [ERROR]    Error happened in
[SNIPSNAP]
> The configuration of Ubuntu is as follows:
> kernel headers version is 2.6.24-21 generic
> binutils version 2.18.1
> gcc version 4.2.3
> glibc version 2.7

Hi,

from what I see here, you tried to build for an "i386" target.
You can't build NPTL for i386; it requires i486 or higher.

HTH
Gerhard

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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