dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]pnetc


From: Rhys Weatherley
Subject: Re: [DotGNU]pnetc
Date: Sun, 22 Sep 2002 19:37:48 +1000

Haran Shivanan wrote:
> 
> Hi everyone,
> 
> OK, I got pnetC up and running.
> Anyway, turns out only printf has been
> implemented. The comments say its a temporary hack until we can
> compile glibc.

There are quite a few other functions in string and unistd
that have also been implemented.

> Does this mean, we shouldn't implement anything else until
> we can compile glibc (at which point, we'll use glibc instead
> of what we're using now)or can we contribute functions to stdio?
> I don't see any TODO's anywhere so I guess that means, we just
> wait and compile glibc.

I need to fix a few more bugs in the compiler and linker.
Once I do, it should be possible to pull glibc's stdio over
into pnetC.  Until then, printf is just a stub for testing.

It probably won't be possible to compile glibc out of the box
for a while yet, but that is one of the eventual goals.

Feel free to pick an area of the library and contribute code.

> If not, I'd like to give a shot at some of the stuff like FILE I\O
> (which I assume will be using __invoke__ to call the CSharp
> functions) and the sprintf\scanf stuff.

Don't worry about stdio, as I'll be porting glibc's code
very soon.  The base-level open/read/write stuff is already
mostly done in unistd.  There shouldn't be any need to write
printf/scanf using __invoke__.

Have a look in the HACKING file for the "susv3" specification
URL.  There's plenty of other stuff to do, or help out Gopal
on pnetlib, since that's one of most critical areas right now.

Cheers,

Rhys.


reply via email to

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