• Unused Input section
    I am using cortex m3 cpu. my code has one function which compiler puts into unused Input section of the image while compiling. becoz of this, i am getting problem in execution of my code so is there...
  • Pattern only matches removed unused sections
    During the linking, i have these 2 warnings : portage_task_latency.sct(15): warning: L6329W: Pattern LPC23_EMAC.o(ZI) only matches removed unused sections. portage_task_latency.sct(15): warning...
  • 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...
  • Linker - UNUSED(REMOVE)
    Hi, the linker option UNUSED(REMOVE) is great. But now I have a function, that I don't use. But I want to include it on the binary. What I have to do, that this (one) function will not remove? ...
  • REMOVING UNUSED CODE SEGMENTS
    Hello, I am using a third part library and from map file I notice that I include some code of unused functions in my applycation. Do you know how I can remove these functions? And their associated...