Create embedded static library

Sysprogs forums Forums VisualGDB Create embedded static library

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9693
    sidprice
    Participant

    I tried to create a static library project using VisualGDB and it created a normal execution skeleton based upon a LED blonk example. Is there a tutorial for creating an embedded static library?

    Sid

    #9695
    support
    Keymaster

    Hi,

    VisualGDB indeed does not have a dedicated template for static Embedded libraries and will generate the usual LEDBlink code.

    It will still be a library project, so if you simple replace the generated code with your library functions and reference the library from your main project, it should work.

    #9699
    sidprice
    Participant

    Thanks for the help,

    Sid

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