Ok, it works. (Was Re: powerpc NPTL port)

2010-05-11 Thread Rob Landley
Had to switch on several more things in your config to make the native toolchain and busybox happy, but it built and ran. And the native toolchain in the system image built and ran a threaded test program (/usr/src/thread- hello2.c), which seemed to work ok. You can download tarballs of the

Re: Ok, it works. (Was Re: powerpc NPTL port)

2010-05-11 Thread Khem Raj
On (11/05/10 01:29), Rob Landley wrote: Had to switch on several more things in your config to make the native toolchain and busybox happy, but it built and ran. And the native toolchain in the system image built and ran a threaded test program (/usr/src/thread- hello2.c), which seemed to

Re: Ok, it works. (Was Re: powerpc NPTL port)

2010-05-11 Thread Joakim Tjernlund
On (11/05/10 01:29), Rob Landley wrote: Had to switch on several more things in your config to make the native toolchain and busybox happy, but it built and ran. And the native toolchain in the system image built and ran a threaded test program (/usr/src/thread- hello2.c), which seemed

Re: Ok, it works. (Was Re: powerpc NPTL port)

2010-05-11 Thread Rob Landley
On Tuesday 11 May 2010 10:30:08 Khem Raj wrote: On (11/05/10 01:29), Rob Landley wrote: Had to switch on several more things in your config to make the native toolchain and busybox happy, but it built and ran. And the native toolchain in the system image built and ran a threaded test

Re: Ok, it works. (Was Re: powerpc NPTL port)

2010-05-11 Thread Khem Raj
On (11/05/10 13:07), Rob Landley wrote: On Tuesday 11 May 2010 10:30:08 Khem Raj wrote: On (11/05/10 01:29), Rob Landley wrote: Had to switch on several more things in your config to make the native toolchain and busybox happy, but it built and ran. And the native toolchain in the

Re: powerpc NPTL port

2010-05-10 Thread Khem Raj
On (09/05/10 23:28), Rob Landley wrote: On Sunday 09 May 2010 13:30:58 Khem Raj wrote: On (09/05/10 11:45), Rob Landley wrote: On Saturday 08 May 2010 20:20:27 Khem Raj wrote: And this time it died with: HOSTCC utils/getconf.host ../utils/getconf.c:1025: error:

RE: powerpc NPTL port

2010-05-10 Thread Peter Kjellerstedt
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Rob Landley Sent: den 9 maj 2010 08:16 To: Khem Raj Cc: uclibc@uclibc.org Subject: Re: powerpc NPTL port [cut] (I hate git. I really hate git. The UI is horrendous. Even with -v

Re: powerpc NPTL port

2010-05-10 Thread Natanael Copa
On Mon, May 10, 2010 at 6:28 AM, Rob Landley r...@landley.net wrote: It built with CPUS=1, but when I took that out and it autodetected an SMP build (it does real CPUs *1.5, thus make -j 3 in this case), the build died with:  CC libpthread/nptl/sysdeps/unix/sysv/linux/gen_lowlevelbarrier.s

Re: powerpc NPTL port

2010-05-09 Thread Rob Landley
On Saturday 08 May 2010 20:06:39 Khem Raj wrote: On (08/05/10 19:40), Rob Landley wrote: And this time it died with: HOSTCC utils/getconf.host ../utils/getconf.c:1025: error: '_SC_V7_ILP32_OFF32' undeclared here (not in a function) ../utils/getconf.c:1026: error:

Re: powerpc NPTL port

2010-05-09 Thread Rob Landley
On Saturday 08 May 2010 20:20:27 Khem Raj wrote: And this time it died with: HOSTCC utils/getconf.host ../utils/getconf.c:1025: error: '_SC_V7_ILP32_OFF32' undeclared here (not in a function) ../utils/getconf.c:1026: error: '_SC_V7_ILP32_OFFBIG' undeclared here (not

Re: powerpc NPTL port

2010-05-09 Thread Khem Raj
On (09/05/10 11:45), Rob Landley wrote: On Saturday 08 May 2010 20:20:27 Khem Raj wrote: And this time it died with: HOSTCC utils/getconf.host ../utils/getconf.c:1025: error: '_SC_V7_ILP32_OFF32' undeclared here (not in a function) ../utils/getconf.c:1026: error:

Re: powerpc NPTL port

2010-05-09 Thread Rob Landley
On Sunday 09 May 2010 13:30:58 Khem Raj wrote: On (09/05/10 11:45), Rob Landley wrote: On Saturday 08 May 2010 20:20:27 Khem Raj wrote: And this time it died with: HOSTCC utils/getconf.host ../utils/getconf.c:1025: error: '_SC_V7_ILP32_OFF32' undeclared here (not

Re: powerpc NPTL port

2010-05-08 Thread Khem Raj
On (08/05/10 17:36), Rob Landley wrote: # Plug in your .config wget http://uclibc.org/~kraj/config.nptl.ppc \ -O sources/targets/powerpc/miniconfig-alt-uClibc And it went: --2010-05-08 17:32:07-- http://uclibc.org/~kraj/config.nptl.ppc Resolving uclibc.org... 140.211.167.224

Re: powerpc NPTL port

2010-05-08 Thread Rob Landley
On Saturday 08 May 2010 18:15:42 Khem Raj wrote: On (08/05/10 17:36), Rob Landley wrote: # Plug in your .config wget http://uclibc.org/~kraj/config.nptl.ppc \ -O sources/targets/powerpc/miniconfig-alt-uClibc And it went: --2010-05-08 17:32:07--

Re: powerpc NPTL port

2010-05-08 Thread Khem Raj
On (08/05/10 19:13), Rob Landley wrote: On Saturday 08 May 2010 18:15:42 Khem Raj wrote: On (08/05/10 17:36), Rob Landley wrote: # Plug in your .config wget http://uclibc.org/~kraj/config.nptl.ppc \ -O sources/targets/powerpc/miniconfig-alt-uClibc And it went:

Re: powerpc NPTL port

2010-05-08 Thread Rob Landley
On Saturday 08 May 2010 19:30:30 Khem Raj wrote: On (08/05/10 19:13), Rob Landley wrote: On Saturday 08 May 2010 18:15:42 Khem Raj wrote: On (08/05/10 17:36), Rob Landley wrote: # Plug in your .config wget http://uclibc.org/~kraj/config.nptl.ppc \ -O

Re: powerpc NPTL port

2010-05-08 Thread Khem Raj
On (08/05/10 19:40), Rob Landley wrote: And this time it died with: HOSTCC utils/getconf.host ../utils/getconf.c:1025: error: '_SC_V7_ILP32_OFF32' undeclared here (not in a function) ../utils/getconf.c:1026: error: '_SC_V7_ILP32_OFFBIG' undeclared here (not in a function)

Re: powerpc NPTL port

2010-05-06 Thread Bernhard Reutner-Fischer
On Wed, May 05, 2010 at 11:00:46PM -0700, Khem Raj wrote: Hi Based on the powerpc patch that Bernhard had, I have refreshed it with current master I am able to build a uclibc with nptl for powerpc but I have no hardware to test it on If someone with ppc hardware could try this out would be a

Re: powerpc NPTL port

2010-05-06 Thread Khem Raj
On Thu, May 6, 2010 at 12:28 AM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On Wed, May 05, 2010 at 11:00:46PM -0700, Khem Raj wrote: Hi Based on the powerpc patch that Bernhard had, I have refreshed it with current master I am able to build a uclibc with nptl for powerpc but I have

Re: powerpc NPTL port

2010-05-06 Thread Peter Korsgaard
Khem == Khem Raj raj.k...@gmail.com writes: Khem Hi Khem Based on the powerpc patch that Bernhard had, I have refreshed it with Khem current master Khem I am able to build a uclibc with nptl for powerpc but I have no Khem hardware to test it on Khem If someone with ppc hardware could try