• Making the most of the Arm architecture with GCC 10

    Kyrylo Tkachov
    Kyrylo Tkachov

    The GCC 10.1 release

    The GNU Compiler Collection is used to program a rich variety of systems: from the fastest of supercomputers to the tiniest of micro-controllers. We at Arm love ecosystems. The recently released GCC 10.1 is the culmination of a year…

    • 1 month ago
    • Software Tools
    • Tools, Software and IDEs blog
  • Linking an armcc pre-compiled lib with a GCC project

    AloyseTech
    AloyseTech

    Hi,

    Would it be possible to link a library that has been compiled using armcc 5 to a GNU (GCC) based project?

    • 3 months ago
    • Software Tools
    • Keil forum
  • Support for std::thread and other synchronization primitives, e.g. std::mutex...

    lt72
    lt72

    I would like to know if any of the compilers/libraries for Cortex-M support the std::thread type (from the <thread> header) or if there is any plan to support that in the near future. I am interested in both Keil MDK / DS-5 or GCC for ARM. Thank you!…

    • Answered
    • over 3 years ago
    • Software Tools
    • Keil forum
  • How to compile hello word code with aarch64 gcc

    Huailiang Li
    Huailiang Li

    Assembly code:

        .syntax unified
    
        @ --------------------------------
    .global main
    main:
        @ Stack the return address (lr) in addition to a dummy register (ip) to
        @ keep the stack 8-byte aligned.
        push    {ip, lr}
    
        @ Load the…

    • over 2 years ago
    • Software Tools
    • Arm Compilers forum
  • View related content from anywhere
  • More
  • Cancel