• How to not include uncalled functions in library?
    I have create a .lib file that contains my functions.But sometimes i only need to call some of these functions, but when i add the lib file into my projects, it always says there are uncalled functions...
  • How to change function name in a library
    I have two separate library files with a function of same Name and Passing parameter. How can I use these two library files in a single project? Or how to change the function name in one library? ...
  • How to not include uncalled functions in library?
    I have create a .lib file that contains my functions.But sometimes i only need to call some of these functions, but when i add the lib file into my projects, it always says there are uncalled functions...
  • ununsed functions contained in a library
    Hi, In a project, I'm using the --feedback=unused.txt control in order to remove functions from the final image that are not in use. This works fine except for those functions that are in a library...
  • library function documents
    Hi, I've just started using the STM32 processor with Keil uVision4 (V4.03q) and the RealView MDK-ARM toolchain V4.11 and I'm learning by looking at the example programs, running on an STM32E-EVAL demo...