Re: [Cegcc-devel] mmap() implementation patch

2008-09-09 Thread Danny Backx
I've not implemented this yet because there are a couple of TODO remarks in the code (and question marks), and you speak about only testing this briefly. How stable is this code ? Also (see the recent mail from Nic Roets) do you have experience mapping large files with this code ? Danny

[Cegcc-devel] mmap() implementation patch

2008-09-02 Thread Pawel Veselov
Hi, I ran into another problem compiling applications under cegcc, there was this one that couldn't live without mmap(). Here is the cegcc patch for providing [basic] mmap functionality. I've tested the patch briefly, I attached the test program I used. Seems to work fine on my device. Thanks!