Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] build failed on the latest svn version using uclibc 0.9.29/NPTL
@ 2007-05-24  9:36 Wang, Baojun
  0 siblings, 0 replies; 3+ messages in thread
From: Wang, Baojun @ 2007-05-24  9:36 UTC (permalink / raw)
  To: buildroot

platform is: i386/i686

error messages:


Checking build system dependencies:
CC clean:                                       Ok
CXX clean:                                      Ok
CPP clean:                                      Ok
CFLAGS clean:                                   Ok
INCLUDES clean:                                 Ok
CXXFLAGS clean:                                 Ok
which installed:                                Ok
sed works:                                      Ok (/bin/sed)
GNU make version '3.81':                        Ok
C compiler '/usr/bin/gcc'
C compiler version '4.1.2':                     Ok
C++ compiler '/usr/bin/c++'
C++ compiler version '4.1.2':                   Ok
bison installed:                                Ok
flex installed:                                 Ok
gettext installed:                              Ok
makeinfo installed:                             Ok
Build system dependencies:                      Ok

make 
MAKE="make -j1" -C /home/wangbj/build/buildroot-x86/toolchain_build_i686/uClibc-0.9.29 
\
                PREFIX= \
                DEVEL_PREFIX=/ \
                RUNTIME_PREFIX=/ \
                HOSTCC="gcc" \
                all
make[1]: Entering directory 
`/home/wangbj/build/buildroot-x86/toolchain_build_i686/uClibc-0.9.29'
make[2]: `conf' is up to date.
  CC ldso/ldso/ldso.oS
In file included 
from ./libpthread/linuxthreads/sysdeps/i386/i686/pt-machine.h:73,
                 from ./libpthread/linuxthreads/sysdeps/i386/pt-machine.h:24,
                 from ./libpthread/linuxthreads/sysdeps/i386/tls.h:23,
                 from ./include/bits/uClibc_errno.h:35,
                 from ./include/errno.h:62,
                 from ./include/bits/syscalls.h:14,
                 from ./include/sys/syscall.h:34,
                 from ./ldso/ldso/i386/dl-syscalls.h:3,
                 from ./ldso/include/dl-syscall.h:12,
                 from ./ldso/include/ldso.h:36,
                 from ldso/ldso/ldso.c:33:
./libpthread/linuxthreads/sysdeps/i386/i686/../useldt.h:25:20: error: 
sysdep.h: No such file or directory
make[1]: *** [ldso/ldso/ldso.oS] Error 1
make[1]: Leaving directory 
`/home/wangbj/build/buildroot-x86/toolchain_build_i686/uClibc-0.9.29'
make: *** 

                                    
-- 
Wang, Baojun                                        Lanzhou University
Distributed & Embedded System Lab              http://dslab.lzu.edu.cn
School of Information Science and Engeneering        wangbj at lzu.edu.cn
Tianshui South Road 222. Lanzhou 730000                     .P.R.China
Tel:+86-931-8912025                                Fax:+86-931-8912022
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.gz
Type: application/x-gzip
Size: 2830 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070524/6cfe96bc/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070524/6cfe96bc/attachment.pgp 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] build failed on the latest svn version using uclibc 0.9.29/NPTL
       [not found] <mailman.1.1180033203.6107.buildroot@uclibc.org>
@ 2007-05-24 19:24 ` Steven J. Hill
  0 siblings, 0 replies; 3+ messages in thread
From: Steven J. Hill @ 2007-05-24 19:24 UTC (permalink / raw)
  To: buildroot

NPTL only works on MIPS, SuperH and ARM. PowerPC is being worked, but
the x86 architecture is not supported at this time.

-Steve

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] build failed on the latest svn version using uclibc 0.9.29/NPTL
       [not found] <200705241736.30384.wangbj@lzu.edu.cn>
@ 2007-06-03 20:09 ` Ormund Williams
  0 siblings, 0 replies; 3+ messages in thread
From: Ormund Williams @ 2007-06-03 20:09 UTC (permalink / raw)
  To: buildroot

On Thu, 2007-05-24 at 17:36 +0800, Wang, Baojun wrote:
> platform is: i386/i686
> 
> error messages:
> 
> 
> Checking build system dependencies:
> CC clean:                                       Ok
> CXX clean:                                      Ok
> CPP clean:                                      Ok
> CFLAGS clean:                                   Ok
> INCLUDES clean:                                 Ok
> CXXFLAGS clean:                                 Ok
> which installed:                                Ok
> sed works:                                      Ok (/bin/sed)
> GNU make version '3.81':                        Ok
> C compiler '/usr/bin/gcc'
> C compiler version '4.1.2':                     Ok
> C++ compiler '/usr/bin/c++'
> C++ compiler version '4.1.2':                   Ok
> bison installed:                                Ok
> flex installed:                                 Ok
> gettext installed:                              Ok
> makeinfo installed:                             Ok
> Build system dependencies:                      Ok
> 
> make 
> MAKE="make -j1" -C /home/wangbj/build/buildroot-x86/toolchain_build_i686/uClibc-0.9.29 
> \
>                 PREFIX= \
>                 DEVEL_PREFIX=/ \
>                 RUNTIME_PREFIX=/ \
>                 HOSTCC="gcc" \
>                 all
> make[1]: Entering directory 
> `/home/wangbj/build/buildroot-x86/toolchain_build_i686/uClibc-0.9.29'
> make[2]: `conf' is up to date.
>   CC ldso/ldso/ldso.oS
> In file included 
> from ./libpthread/linuxthreads/sysdeps/i386/i686/pt-machine.h:73,
>                  from ./libpthread/linuxthreads/sysdeps/i386/pt-machine.h:24,
>                  from ./libpthread/linuxthreads/sysdeps/i386/tls.h:23,
>                  from ./include/bits/uClibc_errno.h:35,
>                  from ./include/errno.h:62,
>                  from ./include/bits/syscalls.h:14,
>                  from ./include/sys/syscall.h:34,
>                  from ./ldso/ldso/i386/dl-syscalls.h:3,
>                  from ./ldso/include/dl-syscall.h:12,
>                  from ./ldso/include/ldso.h:36,
>                  from ldso/ldso/ldso.c:33:
> ./libpthread/linuxthreads/sysdeps/i386/i686/../useldt.h:25:20: error: 
> sysdep.h: No such file or directory
> make[1]: *** [ldso/ldso/ldso.oS] Error 1
> make[1]: Leaving directory 
> `/home/wangbj/build/buildroot-x86/toolchain_build_i686/uClibc-0.9.29'
> make: *** 
> 
Is there a solution for this?  Google brings me back to this post and another
one from April.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-06-03 20:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-24  9:36 [Buildroot] build failed on the latest svn version using uclibc 0.9.29/NPTL Wang, Baojun
     [not found] <mailman.1.1180033203.6107.buildroot@uclibc.org>
2007-05-24 19:24 ` Steven J. Hill
     [not found] <200705241736.30384.wangbj@lzu.edu.cn>
2007-06-03 20:09 ` Ormund Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox