This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jose-v-matos
Recipients
Date 2005-09-14.17:27:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
#  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@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.
History
Date User Action Args
2007-08-23 15:43:53adminlinkissue1291169 messages
2007-08-23 15:43:53admincreate