• __forceinline causing Error L6218E?
    Using Keil MCBSTM32 (STM32F103RB processor) and uVision3 V3.55a The goal is to "encapsulate" data in C. To do this I want to create access methods (get/put) that are accessible externally, but the...
  • Keil compiler C9.51 causes Fatal Error L250
    Latest Keil compiler Version C9.51 for C8051F320 causes FATAL ERROR ---L250: CODE SIZE LIMIT IN RESTRICTED VERSION EXCEEDED Older compiler did not generate any error.
  • Keil ARM compiler for Windows 8
    Hi, i am using windows 8 in my laptop so Can anyone tell me whether the Keil compiler supports windows8 or not? If yes, please send me the link for downloading the keil compiler. Thank you...
  • scatter file causes linker error
    Hello, I'm trying to create a elf file with the help of a scatter file. I'm using the RVCT 2.2. This is my scatter file: LOAD_FLASH 0x100000 0x80000 ; defines begin and size of the load region...
  • using sprintf causes link error
    I am using the C51FPL.LIB when compiling my project for a LPC936. I've been using it for months - works fine. I put a 'sprintf' in my code and included 'stdio.h'. I now get the linker error (BL51...