inpyjama / c-ninja-listings

Lower level assembly and C baremetal programming on RISC-V CPUs. Source code listings from the C-Ninja, in Pyjama! book.
https://inpyjama.com
90 stars 460 forks source link

make not producing the right output #35

Open sirilcodes opened 4 months ago

sirilcodes commented 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

image

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 :)

streetdogg commented 1 week ago

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.