Closed GoogleCodeExporter closed 8 years ago
A pre-built 32-bit Linux binary has been added to the repository. Note that if
you are working with a Linux distribution that is older than ~2010, this binary
may not run on your system (depends on a newer glibc version). In this case you
need to build liblsl yourself, which you can do using cmake (you need g++
installed, too).
Original comment by christia...@gmail.com
on 26 Feb 2015 at 7:28
I have follow the link :
https://code.google.com/r/sumitsoman-labstreaminglayer/source/browse/#hg%2FLSL%2
Fliblsl-Matlab%2Fbin .
and there is not liblsl32.so !
Original comment by hassanba...@gmail.com
on 26 Feb 2015 at 9:56
It's here (not yet copied into language wrapper packages):
https://code.google.com/p/labstreaminglayer/source/browse/#hg%2FLSL%2Fliblsl%2Fb
in
Original comment by christia...@gmail.com
on 26 Feb 2015 at 9:59
I have tried to run ReceiveData function in matlab, but the following error
happen:
Undefined function 'lsl_loadlib_' for input arguments of type 'char'.
Error in lsl_loadlib (line 65)
hlib = lsl_loadlib_(dllpath);
Error in ReceiveData (line 3)
lib = lsl_loadlib();
Original comment by hassanba...@gmail.com
on 26 Feb 2015 at 10:53
the error was solved by installing BCILAB
Original comment by hassanba...@gmail.com
on 27 Feb 2015 at 8:35
Original issue reported on code.google.com by
hassanba...@gmail.com
on 25 Feb 2015 at 4:15