• ARMCC Sanitizer
    A lot of modern compilers offer sanitizer features to catch some "bad" stuff at runtime. For example, both clang and gcc offer: -fsanitize=undefined to catch undefined behavior. Does the ARMCC...
  • gcc 8.3-2019.03 windows i686-mingw32_arm-linux-gnueabihf?
    hello, we use the linaro build: gcc-linaro-4.9.4-2017.01-i686-mingw32_arm-linux-gnueabihf and want now to update to v8.3. is the new version, or similar version gcc v8.3 also available for windows...
  • Problem with install toolchain gcc-arm-none-linux-gnueabi on windows to ARM Development Studio
    Hi! I downloaded gcc-arm-9.2-2019.12-mingw-w64-i686-arm-none-linux-gnueabihf.tar.xz from category "Windows (mingw-w64-i686) hosted cross compilers". I want to unpack it and find problem with linux...
  • Build failed when cross-compiling using arm-linux-gnueabihf toolchain in ARM DS
    I have downloaded the latest linaro gcc arm-linux-gnueabihf for cross compilation from windows to linux. I tried to test it with a simple c++ HelloWorld code but I couldn't get the project to be successfully...
  • GCC GNU compiler: -fno-short-enums generates multiple warnings
    I use gcc-gnu arm compiler 2019 q4 release. I've added -fno-short-enums compiler flag. It resulted in multiple warnings: "uses 32-bit enums yet the output is to use variable-size enums". Does anyone know...