[Patches] [ python-Patches-1291169 ] mmap with unsigned int offset and cross build for ppc

SourceForge.net noreply at sourceforge.net
Wed Sep 14 19:27:32 CEST 2005


Patches item #1291169, was opened at 2005-09-14 17:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: None
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  yotamm at mellanox.co.il.

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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1291169&group_id=5470


More information about the Patches mailing list