pairochjulrat / python-on-a-chip

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

heap.c does not compile on non-desktop platforms #221

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Compile is failing on mbed and presumably all the non desktop targets in heap.c

I just did pull/update for the first time in 6 months on the main branch.

It looks like the plat.h files need to be updated for the non-desktop platforms 
to include #define PM_PLAT_POINTER_SIZE 4  

Alternatively in heap.c in each of the #ifdef blocks where the heap constants 
are being set move one of the #endif lines ahead of the #else so that 4 is 
assumed by default.

Original issue reported on code.google.com by j...@missioncognition.net on 8 Feb 2012 at 8:52

GoogleCodeExporter commented 8 years ago
This issue was closed by revision d081349b5e3c.

Original comment by dwhall...@gmail.com on 20 Feb 2012 at 2:01

GoogleCodeExporter commented 8 years ago

Original comment by dwhall...@gmail.com on 20 Feb 2012 at 6:23