• GCC test suite reports for arm-none-eabi-gcc 10.3
    Are the GCC test suites run against the compiler, and are they available? I am trying to run using "test_installed" script in gcc to test the pre-compiled v10.3 binary, and getting a lot of failures...
  • GCC test suite reports for arm-none-eabi-gcc 10.3
    Are the GCC test suites run against the compiler, and are they available? I am trying to run using "test_installed" script in gcc to test the pre-compiled v10.3 binary, and getting a lot of failures...
  • Linking with arm-none-eabi-gcc instead of arm-none-eabi-ld
    I am working with a small sample project that targets Cortex-M4 using the gcc arm-none-eabi toolchain. The makefile invokes arm-none-eabi-ld directly to link the executable: LD=arm-none-eabi-ld...
  • Linking with arm-none-eabi-gcc instead of arm-none-eabi-ld
    I am working with a small sample project that targets Cortex-M4 using the gcc arm-none-eabi toolchain. The makefile invokes arm-none-eabi-ld directly to link the executable: LD=arm-none-eabi-ld...
  • set gcc-arm-none-eabi build enable gcc-plugin usage and developing
    Hi, I wish to build GCC using gcc-arm-none-eabi-10-2020-q4-major tool chain and configure a gcc-plugin support. By default, gcc-plugin develop disabled building using gcc-arm-none-eabi-10-2020-q4-major...