• Unused functions
    Hi, I've a basic question about the Keil µVision3 (V3.05e). I would to know if it's possible that the compiler (or linker) show me in the output window (or others views) if there is any function...
  • Unused interrupts
    Hello: Here are a couple knowledge base articles on the subject. I will have about 100 unused interrupt vectors. The first article creates a different ISR for each unused interrupt and calls a common...
  • 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...
  • C++: Source browser wish list (identify unused class stuff)
    Hi, to efficiently find unused functions, the source browser is generally very useful - just only for C code. For C++ code, this gets very tedious, as: - C++ member functions are not displayed...
  • How to remove unused functions with armclang?
    Obviously, the option --freedback for armcc doesn't work. But setting -flto to compiler controls or linker controls (or checking the Link-time optimization checkbox) shows this error: error: use...