Content originally posted in LPCWare by albert85 on Sat Feb 18 05:50:08 MST 2012
I'm using LPC1769 with CMSISv2p00_LPC17xx lib and want to allocate memory dynamically like this:
char *buffer = (char*)malloc(10 * sizeof (char));
But I get this error message:
DescriptionResourcePathLocationType
make: *** [UOP.axf] Error 1UOP C/C++ Problem
Does anyone know where the problem is?