• Precompiled header files
    Hello forum, I want to take use of precompiled header files in my project. My project is split into two parts. A library part and an application part. The application part is using the library part...
  • precompiled library.a instructions for use?
    Hi everybody, I use Keil uvision 5.10.0.0 and ARMCC as compiler. I have been given a libmain.h and library.a compiled with Cross-studio for ARM (gcc-arm-unknown-elf) for Cortex M3 ARMv7M, FP soft,...
  • uVision Wish list (shortcuts, find/replace, precompiled headers)
    Hi, here some wishes for the uVision environment: - The shortcut keys storage location should be shown somewhere (so that I can the shortcuts with me to my laptop easily). I think the most easy thing...
  • Issues linking the startup file in a precompiled .lib
    Background On our company, we precompile our platform library into a .lib and provide these library to other developers. Till the day, we've used the default startup provided in the Standard Peripheral...
  • How to add a precompile step using the uVision2 environment
    Hi, I'm using the uVision2 environment for 8051 development. I have some tools that should run before the actual Keil c/asm/link step. In uVision2 the option exists to add "post" compile tools...