You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the readme, it writes:
For example, in order to compile using the ARM GCC compiler and a K64F target platform use: mbed compile -m K64F -t ARM
However, -t ARM is for ARMCC, for GCC it should be GCC_ARM.
Issue request type
[ ] Question
[x] Enhancement
[ ] Bug
The text was updated successfully, but these errors were encountered:
Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. Internal Jira reference: https://jira.arm.com/browse/IOTOSM-2108
Description
In the readme, it writes:
For example, in order to compile using the ARM GCC compiler and a K64F target platform use: mbed compile -m K64F -t ARM
However, -t ARM is for ARMCC, for GCC it should be GCC_ARM.
Issue request type
The text was updated successfully, but these errors were encountered: