When I include <stdlibm.h> in my code it doesn't run.
I can make a printout the first statement in main() and it never happens, even when I halt the program in the debugger it doesn't show me where it halted.
Is this a known bug? Is dynamic memory not allowed on that chip?
using the PCD 4.091 compiler
FvM
Joined: 27 Aug 2008 Posts: 2337 Location: Germany
Posted: Fri May 08, 2009 12:01 pm
It also doesn't work with most recent PCD V4.092. I see that the free space is allocated to an odd start address. This causes an address error trap in malloc(). Seems like stdlibm has never been tested with PCD.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum