We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have a Keil application project created with ARMCC Compiler v5. I now wanted to migrate to GCC compiler. I followed the steps mentioned in https://developer.arm.com/documentation/101407/0542/Creating-Applications/Tips-and-Tricks/GNU-C-Compiler-Support. However, the code still does not compile and fails with below error:
The Folder path provided under Folders/Extensions is <internal directory>/arm-gnu-toolchain-14.2.rel1-mingw-w64-i686-arm-none-eabi\arm-none-eabi/bin/. Please help me out with the build error.
Arm Assembler format is different to GNU assembler. You will need to update these.
https://developer.arm.com/documentation/100068/0624/Migrating-from-armasm-to-the-armclang-Integrated-Assembler/Overview-of-differences-between-armasm-and-GNU-syntax-assembly-code