• 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