This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to remove unused __aeabi_idivmod

Hi,
Does any one know how to remove unused __aeabi_idivmod?

In SourceCode.htm, we can see __aeabi_idivmod is unused.
But in SourceCode.map, it still occupy code memory.

SourceCode.htm
__aeabi_idivmod (Thumb, 460 bytes, Stack size 8 bytes, aeabi_sdivfast.o(.text), UNUSED )

SourceCode.map __aeabi_idivmod 0x00000803 Thumb Code 460 aeabi_sdivfast.o(.text)

Thanks.