The Arm Community has two primary functions:
As a new member of the community, we encourage you to take the following steps to get yourself up and running:
Our Community Help forum is where you can ask questions on how to use the Arm community, and you can also give us feedback on improvements that we can make. We also have a community blog, where we publish updates to the community.
You can choose to receive notifications via email, or in the community. Visit your preferences page, and click the Notifications tab to control how we notify you.
We have forums related to specific topics, so familiarize yourself with the list of forums to ensure you are posting in the right place.
In 2020, we published over 260 blog posts from people within Arm, and occasionally some outside guest authors. Check out the latest posts to interact with the experts at Arm.
The Arm Community should be a safe, and welcoming place to everyone. To this end, we created some community guidelines that explains the expectations we have of all community members. If you see content that you think breaks these guidelines then you can flag content or members for review by the moderation team.
The community is run by:
Oliver Beirne – Community Manager
Annie Cracknell – Content Developer
We are here to help you get the most out of the Community platform. If you have ever need any help, please either tag one of us in your post, or post your question into the Community Help forum.
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.