Loading...
 
Skip to main content

System Workbench for STM32


builtin lib make executable file bigger

France

Hi Hung,

If these functions are included in your executable it's because some other function that you call need them; it's not always simple to know which is the responsible function but you should be able by carefully looking at the content of the map file; currently I regretfully can't help you more. There's quite a lot of functions in the C library that need malloc for example and I don't know which one you called...

Bernard