Convert target project to library project

Sysprogs forums Forums VisualGDB Convert target project to library project

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23774
    gruebs
    Participant

    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?

    Thanks

    #23783
    support
    Keymaster

    Hi,

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.