• 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
  • GCC for ARMv7-A - Where can I get the latest version?

    Haris
    Haris

    Hello,

    I would like to download the GCC compiler for ARMv7-A. I would like it to support thumb and NEON instructions. Where can I get the latest version?

    Also, are there any other open source compilers that meet the above requirements?

    Thanks

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • View related content from anywhere
  • More
  • Cancel