Patches item #1291169, was opened at 2005-09-14 10:27 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1291169&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: Python 2.5 Status: Open >Resolution: Out of Date Priority: 5 Submitted By: José Pedro Pereira Valente de M (jose-v-matos) Assigned to: Nobody/Anonymous (nobody) Summary: mmap with unsigned int offset and cross build for ppc Initial Comment: # Based on "K's cluttered loft - ARM cross-compiling howto" http://www.ailis.de/~k/docs/crosscompiling/python.php and mmap patch from Yotam Medini [EMAIL PROTECTED] I've created a script in attach that does the cross_compile. Also in the script is the diff from "cvs diff -u " I changed the mmapmodule.c to use unsigned int, and therefor not report OverflowError. I would like to use python to do automatic tests on chips in boards that are usually mapped on high address values like 0xFFF00000. Right now I can do that. Needs patch to the tests and documentation, I think. Hope this helps someone. ---------------------------------------------------------------------- >Comment By: Neal Norwitz (nnorwitz) Date: 2005-12-17 19:37 Message: Logged In: YES user_id=33168 Some mmap changes have been fixed to handle 64 bit issues. Note this patch is really several different patches rolled into one (mmap enhancements and testing changes, setup.py changes, plus Makefile changes). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1291169&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
