building on Raspberry Pi

Post Reply
ali2569
Posts: 1
Joined: Thu Jan 04, 2018 10:42 am

building on Raspberry Pi

Post 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

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: building on Raspberry Pi

Post 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

Post Reply