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.