Hi all,
I just ported newlib to a new Os prototype and it works quite well. I
wrote my own crt0 and am pretty much all set now.
My next goal is to port an RPC implementation (i.e. Sun's ONC
implementation). By (more or less) accident, I saw today that newlib
also has a bunch of RPC header located in
newlib/libc/sys/linux/include/rpc.
I don't find any implementation of the functions that are mentioned
there. Is there any? Or in general, does newlib come with an RPC
implementation?
Thanks,
--Martin