pyocd / FlashAlgo

Framework for building Arm Cortex-M "FLM" style flash programming algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Flash Algo for ARMC6 compiler

mmahadevan108 opened this issue · comments

The project generator has been updated to include support for Cortex-M33 targets. The uvision project template files need to be updated for ARM compiler 6 projects. The current template causes for following build error:


ArmClang.exe: error: unsupported option '--gnu', did you mean '-fgnu'?


Thanks for pointing this out.

Any update on this issue?