Is there any compiler option or a method to tell gnu gcc not to use heap?
Like for example in armcc : IMPORT __use_no_heap OR #pragma import(__use_no_heap) can be used in the file to tell the armcc not to use heap.
I am looking for something similar in gnu gcc.
Thanks!