Open TiboGabriels opened 2 years ago
Greets, Looks a lot like linker errors, as in you need to tell g++ to link the libs... Easiest approach would probably be to re-use or replicate the CMakelists.txt stuff and use cmake for compilation and linking. Maybe just build one of the samples. If that works, steal the -lwhatever lines that are used during compile.
im trying to run the example on a rpi 4b, installed all libraries as in readme, this is the error i'm getting:
I tried with or without using an include directory but neither helped