ducdh1210 / labstreaminglayer

Automatically exported from code.google.com/p/labstreaminglayer
0 stars 0 forks source link

liblsl32.so is missing #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.run ReceiveData
2.
3.

What is the expected output? What do you see instead?
Apparently the file "path/liblsl-Matlab/bin/liblsl32.so" is missing on your
computer. Cannot load the lab streaming layer.

What version of the product are you using? On what operating system?
linux-32 bit, tried all products version

Please provide any additional information below.

Original issue reported on code.google.com by hassanba...@gmail.com on 25 Feb 2015 at 4:15

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
the error was solved by installing BCILAB 

Original comment by hassanba...@gmail.com on 27 Feb 2015 at 8:35