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.
Hallo,
I am using ARM/embedded branch of gcc to build for Cortex M4.
Reading in home page it is for Cortex M0, M0+, M3, M4, M7, R4, R5, R7, R8 and ARMv8-M. It seems it support only from ARMv6-M on.
Since I have to build also an old project based on ARM7TDMI core, I wonder if this branch is the best choice or there is another better (maybe gcc trunk?)
best regards
MAx
Hi Max, You are correct, the ARM/Embedded branch of gcc (as available at developer.arm.com/.../gnu-rm) would not be suitable for building for an ARM7TDMI. I can't really advise you on what would be best instead, it depends on your requirements, but you might find yourself having to build GCC yourself from the sources. Regards, Stuart