vvsvvsvvs

Results 3 comments of vvsvvsvvs

The core of the problem: base iio library is of v 1.*, but required version is 0.*. IIO contains compatibility layer (libiio.so.0), but most of sw fails with SIG11 when...

`/usr/bin/cc -fvisibility=hidden -rdynamic CMakeFiles/FilterDesignerTest.dir/filter_designer_test.c.o -o FilterDesignerTest -Wl,-rpath,/wheretobuild ../libad9361.so.0.2 /usr/lib/x86_64-linux-gnu/libiio.so.0` Just add /usr/lib/x86_64-linux-gnu/libiio.so.0 (try to make ccmake in the build folder, then, check there VERBOSE_CMAKE to see the last string). But...

1st time solution is to add /usr/lib/x86_64-linux-gnu/libiio.so.0 when linking. But some progs go to SIG11.