Page 1 of 1

The problem with emotiv signal source module

Posted: 17 Apr 2011, 08:48
by Beckett
Hello.
I tried to compile the signal source module for emotiv. I used the instructions from the wiki (http://www.bci2000.org/wiki/index.php/C ... ons:Emotiv) and met the problem. Cmake gave an error:
"CMake Error at CMakeLists.txt: 39 (BCI2000_ADD_SIGNAL_SOURCE_MODULE):
Unknown CMake command "BCI2000_ADD_SIGNAL_SOURCE_MODULE". "
What did I do wrong? :roll:

I'm using:
Windows 7 HP 64bit
Cmake 2.8.4
Visual Studio C + + 2010 Express

Re: The problem with emotiv signal source module

Posted: 18 Apr 2011, 04:26
by mellinger
Hi,

you cannot run CMake from BCI2000 subdirectories. Rather, use the "Make VS10 Project Files.bat" batch file from BCI2000/build to run CMake. When it asks you, answer that you want to build contributed modules. After CMake has run, open the resulting solution file, and navigate to the Emotiv project in the solution view.

Juergen

Re: The problem with emotiv signal source module

Posted: 18 Apr 2011, 09:16
by Beckett
Aha! Thank you very much. Compilation is successful. It remains only to test the equipment.