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]

conflicting types for '__lll_lock_wait'


The idea is the following one; I am traying to compile cross compiler who 
runs on uclibc in i386 and that he generates binary code for i386-glibc. But 
when wanting to compile the glibc library I get this error: 

5354 In file included from
../nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c:21:
5355 ../nptl/sysdeps/unix/sysv/linux/lowlevellock.c:29: Fehler: in Konflikt
stehende Typen fÃr Â__lll_lock_waitÂ
5356 ../nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h:361: Fehler:
vorherige Deklaration von Â__lll_lock_wait war hier
5357 ../nptl/sysdeps/unix/sysv/linux/lowlevellock.c: In Funktion
Â__lll_lock_waitÂ:
5358 ../nptl/sysdeps/unix/sysv/linux/lowlevellock.c:32: Warnung: implizite
Deklaration der Funktion Âatomic_compare_and_exchange_val_acqÂ
5359 ../nptl/sysdeps/unix/sysv/linux/lowlevellock.c:36: Warnung: implizite
Deklaration der Funktion Âatomic_compare_and_exchange_bool_acqÂ
5360 make[2]: *** [/abm/usr/src/glibc-build/nptl/libc-lowlevellock.o] Fehler
1
5361 make[2]: Verlasse Verzeichnis '/abm/usr/src/glibc-2.4/nptl'
5362 make[1]: *** [nptl/subdir_lib] Fehler 2
5363 make[1]: Verlasse Verzeichnis '/abm/usr/src/glibc-2.4'

I'm using the linux-libc-headers version 2.6.15-27-386.
I followed the passages of 
book CLFS of linuxfromscratch.

Well, I hope that they can help me and any contribution could by utility


-- 
View this message in context: http://www.nabble.com/conflicting-types-for-%27__lll_lock_wait%27-tf3539024.html#a9879209
Sent from the gcc - cross compiler mailing list archive at Nabble.com.


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