Unit Test for a Raspberry Pi Project undefined lib

Sysprogs forums Forums VisualGDB Unit Test for a Raspberry Pi Project undefined lib

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22153
    nahumb
    Participant

    Hi,

    I’m trying to add a unit testing project to a Raspberry Pi project (MS Build static library).

    I have created a Unit Test project as demonstrated in the tutorial.

    The demo runs fine: 1 failure and to successes.

    My solution (my project and the UT project) build goes well.

    Now I added the UT project a reference to to my code but I’m getting a linker error message: ld.exe: cannot find -lfttw3

    I do use the well known fftw3 library in my project.

    ftt3w (in the error message) looks very close to fftw3, so I wonder if it is related and what can cause this problem.

    Please advise.

    Thanks,

    Nahum Budin.

    #22155
    nahumb
    Participant

    Resolved.

    The misspelling was in the main project (library) Exported Settings Additional Library Names settings.

    Thanks.

    Nahum.

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