• Can RealView compiler generate SMLAL/UMLAL instructions?
    Is there any way the RealView compiler can take advantage of the multiply-and-accumulate instructions of the Cortex M3? I wrote a simple MAC loop and the compiler didn't generate any SMLAL or UMLAL...
  • REALview FIQ Handler Compiler Error
    Hi I'm can't get a Source code with a FIQ Handler compiled with REALview. There is always a error in the line "void FIQ_Handler (void) __fiq" which says: error: #130: expected a "{" This is the...
  • regarding arm gcc compiler
    please help me resolving this issue during buil process arm-none-eabi-gcc -DUSE_STDPERIPH_DRIVER -I"H:/embedded systems/arm projects/template_project/inc" -I"H:/embedded systems/arm projects/template_project...
  • How to compile FlashFS with RealView compiler?
    I want compile FlashFS in RealView compiler,My device is LPC2119 and I'll use the internal flash,but I meet a problems: I don't know how to change the IAP.s file to compatible RealView compiler.please...
  • Converting to RealView compiler...
    In reference to a prior post I made about a problem I was having with sprintf, I contacted KEIL tech support. The answer implicated the CA compiler, and a suggested solution was to use the RealView compiler...