• An error message by armlink

    Hello, guys, I am now building my application for a Cortex-M0plus core, and when I tried to link the object files with the standard C library using the following command,

    $ armlink --cpu=Cortex-M0plus --fpu=none --diag_suppress=6318,6314,9931 --info totals…