Support arm compiler 5 #3241
mathieudinel
started this conversation in
General
Replies: 1 comment 3 replies
-
I feel left out here.... I was able to externally patch (through Is there any plans to support Arm Compiler 5 even if the compiler itself is no longer maintained? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in compiler files there is a direct use of built-in functions when GNUC is defined. I use Arm Compiler 5 with --gnu flag along with C99 and the compiler defines GNUC and falls into armgcc territory. Would it be possible to support ARMCC by leveraging cmsis instead of directly invoking gcc builtins? I understand that not all gcc ports are ARM based, that's probably why it's currently written the way it is... I see at least one built in function is patched with freertos, but not when no-os is selected? maybe the patch would be better off in the compilers section?
Beta Was this translation helpful? Give feedback.
All reactions