sprhawk / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Fix 64-bit FTBFS #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
PyMite fails to build from source on 64-bit machines. 

This issue was started on the previous issue-tracking system; it was numbered 
#186.  A branch was created in the repository: issue_0186_dwhall_64bit_build.  
Work is partway done.

Original issue reported on code.google.com by dwhall...@gmail.com on 16 Apr 2009 at 10:13

GoogleCodeExporter commented 9 years ago
Fixed sli_strlen() and _int_printHex().

Thanks to Thomas Fenzl for help with _int_printHex().

Original comment by dwhall...@gmail.com on 16 Apr 2009 at 11:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Checked in on branch, see r339

Original comment by dwhall...@gmail.com on 17 Apr 2009 at 12:56

GoogleCodeExporter commented 9 years ago
Thomas Fenzl fixes an error in his previous patch.  Uses CHAR_BIT from 
<limits.h>.

See r340

Original comment by dwhall...@gmail.com on 17 Apr 2009 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by dwhall...@gmail.com on 18 Apr 2009 at 4:10

GoogleCodeExporter commented 9 years ago
Fixed _int_printHex() and moved PM_BREAK_IF_ERROR() to pm.h.

Checked in on branch, see r348

Original comment by dwhall...@gmail.com on 19 Apr 2009 at 3:42

GoogleCodeExporter commented 9 years ago
Note that this issue started life on the previous Trac system 
(http://pymite.python-
hosting.com/ticket/186).  The branch, branches/issue_0186_dwhall_64bit_build w, 
started 
at r329.

Original comment by dwhall...@gmail.com on 19 Apr 2009 at 6:05

GoogleCodeExporter commented 9 years ago
I put out a call to have the branch tested by anyone with a 64-bit machine, but 
haven't received a response.  I grow impatient and will check it in now (I 
don't like 
lingering branches).

Merged branches/issue_0186_dwhall_64bit_build via patch.

System tests pass.  Make for PLATFORM=avr and at91sam7s-ek works.

Mainlined, see r349

Original comment by dwhall...@gmail.com on 20 Apr 2009 at 1:10

GoogleCodeExporter commented 9 years ago
Changed r08 to R08

Original comment by dwhall...@gmail.com on 12 Mar 2010 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by dwhall...@gmail.com on 13 Mar 2010 at 1:30