I'm trying to build the macchina.io. When I run the command
make -s -j8 DEFAULT_TARGET=shared_release
it gives me the error of permission denied.
I'm trying to build the macchina.io. When I run the command
make -s -j8 DEFAULT_TARGET=shared_release
it gives me the error of permission denied.
make
is attempting to runscript/makedepend.gcc
, but can't since it isn't executable. – muru May 11 '15 at 10:46