glibc-bsd-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Glibc-bsd-hackers] Re: possible porting


From: Jeroen Dekkers
Subject: [Glibc-bsd-hackers] Re: possible porting
Date: Tue, 10 Feb 2004 20:04:15 +0100
User-agent: Mutt/1.5.5.1+cvs20040105i

On Tue, Feb 10, 2004 at 10:44:24AM -0800, Metgod wrote:
> At 07:33 PM 2/10/2004 +0100, you wrote:
> >On Tue, Feb 10, 2004 at 08:24:20AM -0800, Metgod wrote:
> >> I'm interested in what it takes to port [glibc] to a BSD derived
> >> (FreeBSD4.8) i386 architecture machine. I'll say right off that I don't
> >> know if I can do this, but I'm quite interested.
> >> 
> >> If I could get more information from [you] I would really appreciate it. If
> >> you need any more info, please let me know. I'm looking forward to a reply.
> >
> >There already exists an unofficial port of glibc to the FreeBSD platform:
> >http://www.nongnu.org/glibc-bsd/
> >
> >I don't know the exact status of the port however.
>
> I'll check out the site, but I am wondering.. is it possible for me to get
> information on it anyhow ? On porting in general. I'd love  to know more,
> and perhaps I could do it just for my system or so. I would of course
> contact the person already doing it and check his status as well.
> 
> I would appreciate it if I could get more info, but I would understand
> either way. Thanks for your time.

Did you read the "Porting" chapter in the glibc manual? Basically, to
port glibc to another platform you'll need to fill in the sysdeps
directory for that platform. You need to understand how the sysdeps
directory works. It's described in that chapter.

You'll also need to understand the internals of glibc and the
interface glibc uses on your platform (the system call interface of
the FreeBSD kernel in your case). I would say that the best thing to
do is to start with testing the code already in the unofficial
port. Then try to fix any problems you'll encounter and you will
probably learn the things you need to know on the way.

I CC'd the address@hidden mailing list, they might be
able to tell you more about it.

-- 
Jeroen Dekkers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]