• address sanitizer in ARM GNU-A 8.2-2018.11 arm-linux-gnueabihf
    Hi all, I'm trying to compile my application with -fsanitize but when linking it fails complaining that it cannot find any library for the linker flag '-lasan'. I did check and it seems that the ARM...
  • What sanitizer does the current version of arm-none-eabi-gcc support?
    Hello! I somewhat got the impression that arm-none-eabi-gcc does not support address sanitizer (libasan). So I am writing to ask what kind of sanitizer checks does the current version of arm-none...
  • armcc
    Note: This was originally posted on 5th April 2013 at http://forums.arm.com Is there a compiler option or pragma that allows me to see "padding" in c structure?   typedef struct st {   char a; ...
  • ARMCC bug
    I think I have found a bug for ARMCC. in my case, the correct result which would be: VCMPE.F32 s0,s1 VMRS APSR_nzcv,FPSCR ITTT LS But actually, that was: VCMPE.F32 s0,s1 VMRS APSR_nzcv...
  • armcc problem?
    Note: This was originally posted on 20th April 2009 at http://forums.arm.com Hello, We're using armcc here version:   ARM/Thumb C/C++ Compiler, RVCT3.1 [Build 739] And it seems to have an issue. Here...