On Tue, Jan 16, 2007 at 09:20:43AM +0100, [EMAIL PROTECTED] wrote: > because you are using ARB EABI i expect it's a mmap issue because ARM > EABI only supports mmap2 See: > http://sourceware.org/ml/libc-ports/2006-05/msg00024.html. > > Because we are using a file offset of 4096 when mapping the dll into > memory and this matches exactly the page size on arm we could try > using mmap2 with a file offset of 1.
I suppose that glibc emulates mmap with mmap2 then, because mmap works on ARM EABI. Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9 _______________________________________________ Developers mailing list [email protected] http://dotgnu.org/mailman/listinfo/developers
