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.
Hi Experts,
I observed while using ARMCC compiler, the ld toolchain is used to finally link and generate executable.
But while using GCC (arm-none-eabi-) with ld toolchain not able to link and generate final executable, whereas gcc is used for compile and link to final executable. What is the difference and usage across GCC and ARMCC ?