• Uninitialized variables is getting assigned to DATA section instead of BSS section in ARM Compiler 6.6
    Uninitialized variables is getting assigned to DATA section instead of BSS section in ARM Compiler 6.6. How to resolve this other than placing the variable in .bss.<section_name>? Is there any other...
  • ARM Compiler 6 - Optimization guidelines
    In the V5 to V6 compiler migration document is the following with respect to optimzations -O0 No Optimization. Not recommended for use in ARM Compiler 6.6 -O1 Limited Optimization. This is currently...
  • ARM compiler 6 availablity at 32 bit version
    Hi Experts, It seems like ARM compiler 6 available only in 64 bit version. As I am using 32 bit machine when it could be expected for 32 bit machine ?
  • How to use #Pragma to change the specific file optimization level in IAR
    Static clustering for a specific file is creating issue. i want to exclude that specific file from optimizing to high level to no optimization. #pragma optimize= none :-Tried before the function definition...
  • -Wpragma-pcak warning when compiling with version arm compiler v6 when using the FREE-Rtos include for the #pack option
    Hey, I'm trying to compile my project in keil IDE and arm compiler v6 with AC5-like warning. When compiling I receive the following warning when compiling: "warning: the current #pragma pack alignment...