• AARM and offset calculation
    A simple code example: AREA SOME_DATA, DATA, READWRITE, ALIGN=2 RSEG SOME_DATA MY_DATA: FIRST_VAR EQU $ - MY_DATA DSD 1 SECOND_VAR EQU $ - MY_DATA DSD 1 AREA SOME_CODE, CODE, READONLY, ALIGN...
  • __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...
  • ARM Compiler causing windows errors...
    Used evaluation version of RealView compiler with demo board a few months ago and all was fine. Tried to use it recently and just get windows errors when opening, trying to compile, whatever, a project...
  • 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...