Page 1 of 1

building on Raspberry Pi

Posted: Fri Jan 12, 2018 11:04 am
by ali2569
i run into the following when running build.sh:

"
Building sdk
./build.sh: line 54: ./unix-build: Permission denied
Error while building sdk
"
even though i have changed ownership of the root and all sub directories using "sudo chown -R pi:pi openvibe-2.0.0-src"

and ..also tried running it in root mode using "sudo su"

any help would be appreciated a lot!
thanks

Re: building on Raspberry Pi

Posted: Mon Jan 15, 2018 10:23 am
by jtlindgren
This might be a bit silly question, but does the file

openvibe-2.0.0-src/sdk/scripts/unix-build

have the "x" flag set for o and g? Is your current account "pi" that you launch the script with?

Cheers,
Jussi