On Thu, 2007-10-25 at 11:39 -0700, Steve DeLaney wrote: > Hello, here are my comments in [brackets] >
> [yes I agree with these comments. Winsock2 implements BSD style APIs > including select. But references > to select in source files fail in a cegcc build. Are you saying we should > include winsock.h? > I thought that cegcc is designed to use newlib as a standalone > self-contained library. To use winsock would it > Be better to use mingw32ce for this?] No tool will provide free porting from Linux/Unix to Windows CE. They can make it cheaper though. Mingw32ce is definitely a cleaner environment than cegcc, so if you can go with it, then you probably should. > [Struct rlimit was missing. Rlim_t was defined as__rlim_t and__rlim64_t > But they are missing. So I defined these as __int32_t or __int64_t instead > Setrlimit() is missing and I just bypassed it for now.] There are no getrlimit/setrlimit systems calls on CE, therefore their data structures are also missing. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel