* NPTL info needed
@ 2005-08-18 11:11 mohanlal jangir
2005-08-18 11:11 ` mohanlal jangir
2005-08-18 18:04 ` Ton Truong
0 siblings, 2 replies; 9+ messages in thread
From: mohanlal jangir @ 2005-08-18 11:11 UTC (permalink / raw)
To: linux-mips
Does Linux 2.6 have NPTL support for MIPS architecture? A line at
http://www.linux-mips.org/wiki/NPTL says "Currently NPTL for Linux/MIPS is
work in progress". Where can I get NPTL source? Do I need new/patched
compiler and glibc to compile NPTL source? If yes, what are the patches and
where can I find them?
Regards,
Mohanlal
^ permalink raw reply [flat|nested] 9+ messages in thread
* NPTL info needed
2005-08-18 11:11 NPTL info needed mohanlal jangir
@ 2005-08-18 11:11 ` mohanlal jangir
2005-08-18 18:04 ` Ton Truong
1 sibling, 0 replies; 9+ messages in thread
From: mohanlal jangir @ 2005-08-18 11:11 UTC (permalink / raw)
To: linux-mips
Does Linux 2.6 have NPTL support for MIPS architecture? A line at
http://www.linux-mips.org/wiki/NPTL says "Currently NPTL for Linux/MIPS is
work in progress". Where can I get NPTL source? Do I need new/patched
compiler and glibc to compile NPTL source? If yes, what are the patches and
where can I find them?
Regards,
Mohanlal
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: NPTL info needed
2005-08-18 11:11 NPTL info needed mohanlal jangir
2005-08-18 11:11 ` mohanlal jangir
@ 2005-08-18 18:04 ` Ton Truong
2005-08-18 18:22 ` mlachwani
1 sibling, 1 reply; 9+ messages in thread
From: Ton Truong @ 2005-08-18 18:04 UTC (permalink / raw)
To: 'mohanlal jangir', linux-mips
Daniel Jacobowitz announced support for MIPS NPTL a while back (Apr 05),
complete with patch set for toolchain and kernel. Check kernel.org archive
for that.
A uClibc port is being done by Steve Hill and infos can be found here:
http://www.realitydiluted.com/nptl-uclibc/
HTH,
/?TT
-----Original Message-----
From: linux-mips-bounce@linux-mips.org
[mailto:linux-mips-bounce@linux-mips.org] On Behalf Of mohanlal jangir
Sent: Thursday, August 18, 2005 4:11 AM
To: linux-mips@linux-mips.org
Subject: NPTL info needed
Does Linux 2.6 have NPTL support for MIPS architecture? A line at
http://www.linux-mips.org/wiki/NPTL says "Currently NPTL for Linux/MIPS is
work in progress". Where can I get NPTL source? Do I need new/patched
compiler and glibc to compile NPTL source? If yes, what are the patches and
where can I find them?
Regards,
Mohanlal
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: NPTL info needed
2005-08-18 18:04 ` Ton Truong
@ 2005-08-18 18:22 ` mlachwani
2005-08-19 14:02 ` mohanlal jangir
0 siblings, 1 reply; 9+ messages in thread
From: mlachwani @ 2005-08-18 18:22 UTC (permalink / raw)
To: Ton Truong; +Cc: 'mohanlal jangir', linux-mips
This may help:
http://www.linux-mips.org/archives/linux-mips/2005-03/msg00088.html
Thanks
Manish Lachwani
Ton Truong wrote:
> Daniel Jacobowitz announced support for MIPS NPTL a while back (Apr 05),
>complete with patch set for toolchain and kernel. Check kernel.org archive
>for that.
>
>A uClibc port is being done by Steve Hill and infos can be found here:
>
>http://www.realitydiluted.com/nptl-uclibc/
>
>HTH,
>
>/?TT
>
>-----Original Message-----
>From: linux-mips-bounce@linux-mips.org
>[mailto:linux-mips-bounce@linux-mips.org] On Behalf Of mohanlal jangir
>Sent: Thursday, August 18, 2005 4:11 AM
>To: linux-mips@linux-mips.org
>Subject: NPTL info needed
>
>Does Linux 2.6 have NPTL support for MIPS architecture? A line at
>http://www.linux-mips.org/wiki/NPTL says "Currently NPTL for Linux/MIPS is
>work in progress". Where can I get NPTL source? Do I need new/patched
>compiler and glibc to compile NPTL source? If yes, what are the patches and
>where can I find them?
>
>Regards,
>Mohanlal
>
>
>
>
>
>
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: NPTL info needed
2005-08-18 18:22 ` mlachwani
@ 2005-08-19 14:02 ` mohanlal jangir
2005-08-19 14:02 ` mohanlal jangir
2005-08-21 19:34 ` Steven J. Hill
0 siblings, 2 replies; 9+ messages in thread
From: mohanlal jangir @ 2005-08-19 14:02 UTC (permalink / raw)
To: mlachwani; +Cc: linux-mips
> This may help:
>
> http://www.linux-mips.org/archives/linux-mips/2005-03/msg00088.html
>
> Thanks
> Manish Lachwani
>
Hi Manish,
Thanks for your help. I tried to apply this patch on Linux-2.6.10 and many
hunks failed. Could you tell me which kernel version this patch should be
applied? Also do I need to apply any patch to gcc, glibc sources (and build
a new toolchain)?
Regards,
Mohanlal
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: NPTL info needed
2005-08-19 14:02 ` mohanlal jangir
@ 2005-08-19 14:02 ` mohanlal jangir
2005-08-21 19:34 ` Steven J. Hill
1 sibling, 0 replies; 9+ messages in thread
From: mohanlal jangir @ 2005-08-19 14:02 UTC (permalink / raw)
To: mlachwani; +Cc: linux-mips
> This may help:
>
> http://www.linux-mips.org/archives/linux-mips/2005-03/msg00088.html
>
> Thanks
> Manish Lachwani
>
Hi Manish,
Thanks for your help. I tried to apply this patch on Linux-2.6.10 and many
hunks failed. Could you tell me which kernel version this patch should be
applied? Also do I need to apply any patch to gcc, glibc sources (and build
a new toolchain)?
Regards,
Mohanlal
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: NPTL info needed
2005-08-19 14:02 ` mohanlal jangir
2005-08-19 14:02 ` mohanlal jangir
@ 2005-08-21 19:34 ` Steven J. Hill
2005-08-21 20:01 ` Chris Wedgwood
1 sibling, 1 reply; 9+ messages in thread
From: Steven J. Hill @ 2005-08-21 19:34 UTC (permalink / raw)
To: mohanlal jangir; +Cc: linux-mips
mohanlal jangir wrote:
>
> Thanks for your help. I tried to apply this patch on Linux-2.6.10 and
> many hunks failed. Could you tell me which kernel version this patch
> should be applied? Also do I need to apply any patch to gcc, glibc
> sources (and build a new toolchain)?
>
Mohanlal,
If you are wanting to work with NPTL and MIPS, please use the latest
Linux version from the Linux/MIPS cvs tree. The latest releases of
binutils-2.16.x contain NPTL support for MIPS. You will need to use
the HEAD of gcc cvs and the HEAD of glibc cvs in order to get the
MIPS NPTL support. Please note that NO backport of NPTL will be done
to versions of GCC older than 4.1.0. Have fun.
-Steve
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: NPTL info needed
2005-08-21 19:34 ` Steven J. Hill
@ 2005-08-21 20:01 ` Chris Wedgwood
2005-08-22 16:59 ` Steven J. Hill
0 siblings, 1 reply; 9+ messages in thread
From: Chris Wedgwood @ 2005-08-21 20:01 UTC (permalink / raw)
To: Steven J. Hill; +Cc: mohanlal jangir, linux-mips
On Sun, Aug 21, 2005 at 02:34:53PM -0500, Steven J. Hill wrote:
> If you are wanting to work with NPTL and MIPS, please use the latest
> Linux version from the Linux/MIPS cvs tree. The latest releases of
> binutils-2.16.x contain NPTL support for MIPS. You will need to use
> the HEAD of gcc cvs and the HEAD of glibc cvs in order to get the
> MIPS NPTL support. Please note that NO backport of NPTL will be done
> to versions of GCC older than 4.1.0. Have fun.
How stable is GCC is head? Hostorically thre have been periods of
time when gcc itself wasn't stable or the code it produce wasn't
stable.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: NPTL info needed
2005-08-21 20:01 ` Chris Wedgwood
@ 2005-08-22 16:59 ` Steven J. Hill
0 siblings, 0 replies; 9+ messages in thread
From: Steven J. Hill @ 2005-08-22 16:59 UTC (permalink / raw)
To: Chris Wedgwood; +Cc: mohanlal jangir, linux-mips
Chris Wedgwood wrote:
>
> How stable is GCC is head? Hostorically thre have been periods of
> time when gcc itself wasn't stable or the code it produce wasn't
> stable.
>
The last working GCC 4.1.0 I checked out was on 20050604. I have yet
to get a cross build to work with uClibc. glibc-based toolchains seem
to work okay, but yes, GCC 4.1.0 is a piece of ****.
-Steve
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-08-22 16:54 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-18 11:11 NPTL info needed mohanlal jangir
2005-08-18 11:11 ` mohanlal jangir
2005-08-18 18:04 ` Ton Truong
2005-08-18 18:22 ` mlachwani
2005-08-19 14:02 ` mohanlal jangir
2005-08-19 14:02 ` mohanlal jangir
2005-08-21 19:34 ` Steven J. Hill
2005-08-21 20:01 ` Chris Wedgwood
2005-08-22 16:59 ` Steven J. Hill
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox