The Arm Community is where you can connect with experts, get support, and stay updated on Arm technology. The Arm Community serves you in the following ways:
As a new member, here are a few steps to help you make the most of your experience:
Have questions about using the Arm Community? Need assistance or want to provide feedback? The Community Help forum is the perfect place to ask for guidance. We also share updates about community features in our Community Blog, so be sure to check in regularly.
Stay informed in a way that works best for you! You can choose to receive notifications via email or directly within the community. Simply visit your Settings and control how the Arm Community notifies you of everything you want to know about.
We have dedicated forums for various topics, ensuring that your questions reach the right audience. Take a moment to familiarize yourself with the list of forums to ensure you are posting in the right place.
Our technical and educational blogs feature insights from Arm experts and guest contributors in our developer ecosystem. Covering topics from architecture and software optimization to AI and IoT, our blogs provide first-hand expertise and real-world applications to keep developers informed and engaged with the latest Arm innovations.
We strive to make the Arm Community a safe, inclusive, and welcoming space for everyone. Our community guidelines outline the expectations for all members. If you come across content that violates these guidelines, you can flag it for review by our moderation team.
Oliver Beirne – Community Manager
Annie Cracknell – Content Developer
We are here to help you get the most out of the Community platform. If you ever need any help, please either tag one of us in your post, or post your question into the Community Help forum.
Welcome to the Arm Community – we are excited to have you here!
The Arm Community team
Hello Folks,
I want to debug the Cortex-A55 source code using Arm DS-5 v5.29.3.The build has completed successfully, and when debugging is specified with arm-none-eabi-gdb.exe in the debug configuration, the following error message is displayed and debugging cannot be started. What could be the cause?The debug configuration is using C/C++ Remote Application.The compiler I am using is ARM Compiler 6
>Error in final launch sequence>Failed to execute MI command:>-file-exec-and-symbols C:/Users/giorno2001/Documents/work/sw/startup_Cortex-A55_Cortex-A75/sample.axf>Error message from debugger back end:>"0a3af8a4s": not in executable format: file format not recognized>"0a3af8a4s": not in executable format: file format not recognized
GDB uses:
C:\arm-gnu-toolchain-12.2.mpacbti-rel1-mingw-w64-i686-arm-none-eabi\bin\arm-none-eabi-gdb.exeC:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2021.07\bin\arm-none-eabi-gdb.exeC:\Program Files (x86)\GNU Tools ARM Embedded\6 2017-q1-update\bin\arm-none-eabi-gdb.exeC:\Program Files (x86)\GNU Tools ARM Embedded\9 2019-q4-major\bin\arm-none-eabi-gdb.exeC:\Users\giorno2001\Downloads\gcc-arm-10.3-2021.07-mingw-w64-i686-arm-none-eabi.tar\gcc-arm-10.3-2021.07-mingw-w64-i686-arm-none-eabi\bin\arm-none-eabi-gdb.exe
Or is it a makefile setting error?
Hey giorno2001
Your best way of finding a solution is to ask your question in one of our forums. Please take a look at https://community.arm.com/support-forums/ and pick the best forum to ask your question in. That way the right people can take a look for you.
Many thanks
Oli
Thank you for answering. I will ask the question on the forum.