A couple of questions. One, does this plugin create linker scripts for the selected target? Or does it rely on there being linker scripts with the toolchain? Secondly, Is there support planned for cortex-m0 core chips?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A couple of questions. One, does this plugin create linker scripts for the selected target? Or does it rely on there being linker scripts with the toolchain? Secondly, Is there support planned for cortex-m0 core chips?
> One, does this plugin create linker scripts for the selected target?
nope
you have to provide the linker scripts, usually from the toolchain.
> Is there support planned for cortex-m0
added from version 0.5.3.201010061939
Liviu