Hi all,
I want to use dynamic memory locate like bellow
(uint8_t *)malloc(8);
and I make sure I already #include <stdlib.h>
and compiler results are like this error
So how can I fix it?
thanks
I found a work around method for me. just at the Properties -> C/C++ Build -> Settings ->Standard S32DS C Linker -> Miscellaneous -> Linker flags
--specs=nosys.specs