• ARM compiler ver2.32a error
    this version make wrong code for left shift for 32 bits (only 32) long long s=0x01 s <<= 32; result: s =0;
  • IAR ARM compiler errors
    Warning[Pe223]: function "__get_CPSR" declared implicitly C:\nxp\SDK_2.2_MCIM6UL\devices\MCIMX6G3\drivers\fsl_common.h 405 Error[Li005]: no definition for "__MRC" [referenced from C:\nxp\SDK_2.2_MCIM6UL...
  • 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...
  • rl-arm examples compile with errors
    Hi I tried to compile the examples for stm32f2 eval board but it compiles with errors ,I update my rl-arm and maybe those example are not compatible with the new updated libraries ,I tried the new...
  • Compiling error
    Hi, i'm using Keil MDK5 and have this error while compiling: "send data.cpp: error: C3903U: Argument 'Cortex-M3' not permitted for option 'cpu'." i couldn't find any solution for it, please advise...