Search found 7 matches

by thunfisch96
Sat Jul 24, 2021 1:42 pm
Forum: Acquisition server and drivers
Topic: Problems compiling gtec usbamp driver
Replies: 3
Views: 8899

Re: Problems compiling gtec usbamp driver

Hi, got the same Error. After fixing the issue with the static cast next error occurs: [ 79%] Building CXX object applications/platform/acquisition-server/CMakeFiles/openvibe-acquisition-server.dir/__/__/__/contrib/plugins/server-drivers/openeeg-modulareeg/src/ovasCConfigurationOpenEEGModularEEG.cpp...
by thunfisch96
Wed Jul 14, 2021 8:36 am
Forum: Acquisition server and drivers
Topic: Missing drivers for Linux (gtec gUSBamp, getec gNautilus Set, Unicorn Set)
Replies: 1
Views: 6212

Missing drivers for Linux (gtec gUSBamp, getec gNautilus Set, Unicorn Set)

Hello, I own the following hardware components: - getec gUSBamp - getec gNautilus Set - Unicorn Set We would like to develop an all in one system on a Raspberry Pi 4. We are working on the Linux version: Ubuntu 18.04 and Openvibe 3.1.0. The last update of Acquisition devices and drivers in OpenViBE ...
by thunfisch96
Thu May 27, 2021 5:05 pm
Forum: Discussion about OpenViBE
Topic: openvibe 2.2 installation in Raspberry Pi 3 Model B+
Replies: 4
Views: 9927

Re: openvibe 2.2 installation in Raspberry Pi 3 Model B+

Hi,

Got the same error:

Code: Select all

Running extras/scripts//linux-dep-helpers//linux-compile-vrpn.pl ...
Compiling vrpn ...
cp: cannot stat 'vrpn/quat/pc_linux64/*.a': No such file or directory
cp: cannot stat 'vrpn/pc_linux64/*.a': No such file or directory
Did you solve the problem?
by thunfisch96
Wed May 26, 2021 1:00 pm
Forum: Help for building the software
Topic: Building openvibe-3.0.0 on Raspberry Pi 4 with Ubuntu 20.04
Replies: 9
Views: 9608

Re: Building openvibe-3.0.0 on Raspberry Pi 4 with Ubuntu 20.04

Update Copied: "openvibe-3.0.0-src/dependencies/arch/LSL/liblsl/external/boost" and "/home/openvibe-3.0.0-src/dependencies/arch/LSL/liblsl/external/lslboost" to "/usr/lib/gcc/aarch64-linux-gnu/10/include" and downloaded the newest version of the boost library and additionally added boost library to ...
by thunfisch96
Wed May 26, 2021 10:27 am
Forum: Help for building the software
Topic: Building openvibe-3.0.0 on Raspberry Pi 4 with Ubuntu 20.04
Replies: 9
Views: 9608

Re: Building openvibe-3.0.0 on Raspberry Pi 4 with Ubuntu 20.04

Hi, I think the problem is, that gcc doesn't find the header files because it doesn't search in the dependencies folder. If i put the absolute path ("/home/openvibe-3.0.0-src/dependencies/arch/LSL/liblsl/external/boost/detail/endian.hpp") in the include section endian.hpp is found but the next heade...
by thunfisch96
Wed May 26, 2021 9:24 am
Forum: Help for building the software
Topic: Building openvibe-3.0.0 on Raspberry Pi 4 with Ubuntu 20.04
Replies: 9
Views: 9608

Re: Building openvibe-3.0.0 on Raspberry Pi 4 with Ubuntu 20.04

Hi, Sorry made a mistake version is Ubuntu 21.04. When running install_dependencies.sh i receive the message: OpenViBE SDK dependencies were successfully installed. But in "/usr/include/boost" no endian.hpp can be found. So install_dependencies.sh did not run correctly. Follwing the output of: bci@p...
by thunfisch96
Tue May 25, 2021 9:27 pm
Forum: Help for building the software
Topic: Building openvibe-3.0.0 on Raspberry Pi 4 with Ubuntu 20.04
Replies: 9
Views: 9608

Building openvibe-3.0.0 on Raspberry Pi 4 with Ubuntu 20.04

Hello, I'm trying to build openvibe-3.0.0 on Raspberry Pi 4 with Ubuntu 20.04. After adding: "} elsif ($lsb_release =~ '21.04') { $distribution = 'Ubuntu 16.04'; }" in sdk/scripts/linux-install_dependencies.pl and deleting in: extras/scripts/linux-dependencies-ubuntu16_plus.txt the "python-numpy" de...