How can I convert a target project (e.g. for STM32F303RE) to an library project (e.g. for ARM Cortex-M4)?
Now I only see the possibility to create a new VisualGDB project with library type and copy paste the configuration from the target project. Is there a better way?
If you are using MSBuild, please use the regular VS Project Properties (Configuration Properties -> General -> Target Type = Static Library). For Make-based projects, please use the “Makefile Settings” page of VisualGDB Project Properties.