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
Original issue reported on code.google.com by
j...@missioncognition.net
on 8 Feb 2012 at 8:52