• -O3 triggers compiler error #3734
    Hello, compiling my source code, I encountered the following compiler error: "no source": Error: #3734: __packed qualifier dropped when passing argument to unprototyped function The MCU...
  • -O3 triggers compiler error #3734
    Hello, compiling my source code, I encountered the following compiler error: "no source": Error: #3734: __packed qualifier dropped when passing argument to unprototyped function The MCU...
  • Linker error(Error: L6248E) while compiling code.
    Hi, I am using ARM DS-5 IDE and have compiled some zigbee related code and faces linker error like some of below Error: L6248E: my-interface-uart.o(.data) in PI region 'ER_RW' cannot have address type...
  • Linker error(Error: L6248E) while compiling code.
    Hi, I am using ARM DS-5 IDE and have compiled some zigbee related code and faces linker error like some of below Error: L6248E: my-interface-uart.o(.data) in PI region 'ER_RW' cannot have address type...
  • How to make ARM compiler report compilation warnings, as error?
    Note: This was originally posted on 24th November 2008 at http://forums.arm.com I want the compiler to report all compilation warnings as errors, in ARM C Compiler. Didn't get any help from the Specs...