Open sirilcodes opened 4 months ago
make is running, but producing an output that doesn't match the output of the tutorial. The reason is
/tmp/ directory in the docker environment is read-only
I tried using chmod +x to change the permissions for /tmp/ but no luck.
chmod +x
/tmp/
Can you please resolve this.
Thank you for making the embedded community possible <3 :)
make sure that the main repo has read/write permissions for all/others. Docker may be reading the files are read-only for those reasons.
make is running, but producing an output that doesn't match the output of the tutorial. The reason is
I tried using
chmod +x
to change the permissions for/tmp/
but no luck.Can you please resolve this.
Thank you for making the embedded community possible <3 :)