When i build the OpenVibe with my driver i receive the next mistake

Post Reply
Ron
Posts: 1
Joined: Sat May 16, 2020 10:00 am

When i build the OpenVibe with my driver i receive the next mistake

Post by Ron »

Hello, I wanted to add a driver for my developed device to OpenVibe. I did as it is written in the instructions on the site http://openvibe.inria.fr/tutorial-creat ... on-server/ - "Including the driver to the server" .
I put my driver to contrib/plugins/server-drivers/my_driver/src/
After that i changed the next files: contribAcquisitionServer.inl
contribAcquisitionServer.cmake
contribAcquisitionServerLinkLibs.cmake

And I after that I started to build (sh build.sh). But every time when i try do it, i receive the next mistake in my Ubuntu -
"
CMakeFiles/Makefile2:1494: recipe for target 'applications/platform/acquisition-server/CMakeFiles/openvibe-acquisition-server.dir/all' failed
make[1]: *** [applications/platform/acquisition-server/CMakeFiles/openvibe-acquisition-server.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
build.sh: 72: build.sh: [[: not found "

Without my driver, i can build the OpenVibe. Where can be a problem, maybe need to change some files yet?

Thomas
Posts: 210
Joined: Wed Mar 04, 2020 3:38 pm

Re: When i build the OpenVibe with my driver i receive the next mistake

Post by Thomas »

Hi Ron,

Looks like you're going in the right direction. Could you share the files you changed so I can have a look at them ?

Thank you

Thomas

Post Reply