• using UNUSED(REMOVE) linker directive
    Hello, when i add linker directive UNUSED(REMOVE) in B51 misc tab , i get error FATAL ERROR L204: INVALID KEYWORD POS:1219 my intention is to force linker to remove unused functions. any pointer...
  • using UNUSED(REMOVE) linker directive
    Hello, when i add linker directive UNUSED(REMOVE) in B51 misc tab , i get error FATAL ERROR L204: INVALID KEYWORD POS:1219 my intention is to force linker to remove unused functions. any pointer...
  • Removing unused variables that are used in unused functions
    Removing variables used in unused functions Hello, I'm having issue with removing unused variables, when they are used in unused functions. I'm using Keil 5.25.2.0, armcc.exe and armlink...
  • Removing unused variables that are used in unused functions
    Removing variables used in unused functions Hello, I'm having issue with removing unused variables, when they are used in unused functions. I'm using Keil 5.25.2.0, armcc.exe and armlink...
  • 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...