On Mon, Jun 9, 2008 at 6:24 AM, Vincent Torri <[EMAIL PROTECTED]> wrote: > See my first mail, at the end. I said that using CreateFileMapping also > fails. But maybe i used wrong parameters, or something like that.
Sorry, I haven't read the mail with the right attention and was making confusion between the functions. I will try to at least confirm this once I get to a computer with the toolchain installed. Just to note that calling the Win32 API functions directly should not have to do with the toolchain, unless the function calling declarations on the import libs is wrong, so it could be some limitation on the WinCE OS/device. >> You could also test using the mingw32ce version, as it's >> get_osfhandle() implementation should be much simpler (cegcc needs a >> lot more magic involving file handles). > > That's another problem. mingw32ce fails. I'm using ubuntu 64 bits version, > so i needed to compile the toolchain myself. And mingw32ce never worked Don't have a 64-bit linux version installed, but if I recall correctly mingw32ce worst problems were in relation to the gdb build (which assumed 32-bits machines). Have you tried commenting out that part of the build? gdb is not needed for the compiler to work, so can be left out entirely. Regards, ~Nuno Lucas ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Cegcc-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cegcc-devel
