[SOLVED] linker problem

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [SOLVED] linker problem

    Hey guys, I'm starting with SEGGER and I'm having problems to link an external library (.lib file) with my project. Is this kind of file supported by SEGGER? Attached is the screen showing how I tried to include the external library.

    This is a third-party library and I don't have the source files to compile it by my self.

    Thanks a lot for any help.
    Luciano
    Images
    • SeggerScreen.PNG

      43.31 kB, 1,020×632, viewed 647 times
  • Hello,

    Thank you for your inquiry.
    If it is a C or C++ library you can use it in Embedded Studio.
    To use it simply set it in project option additional input files.

    Best regards,
    Nino
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • lfchaves wrote:

    Is this kind of file supported by SEGGER?
    Are you using the Segger linker, or GCC ?

    The library would have to be in a format supported by whichever Linker you're using.

    It would also have to use a calling convention compatible with the compiler that you're using ...