Cannot use liquid-dsp functions, undefined reference error #295
-
So when I try to use liquid-dsp with including liquid.h, any function that is associated with liquid-dsp is giving me undefined reference to [function]. As an example, I used the code on liquidsdr website, matrix operations, first example usage of printing a matrix(https://liquidsdr.org/doc/matrix/)
Also I tried the commenting out in the troubleshooting part edit: So you may think I'm trying to run it on Windows because of C:/ directory, well yes but I get the same error message on Linux/Ubuntu too. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The problem solved as I linked the libraries with the project. If anyone encounters this issue, don't just try to run a .c/.cpp file, create a project and link the libraries(.dll.a/.a) to the project. |
Beta Was this translation helpful? Give feedback.
The problem solved as I linked the libraries with the project. If anyone encounters this issue, don't just try to run a .c/.cpp file, create a project and link the libraries(.dll.a/.a) to the project.