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

=> ERROR [6/6] RUN yes | unminimize #38

Closed rohitalate closed 1 week ago

rohitalate commented 1 month ago

Hello Team , I am getting below error can you please help here to resolve...

is anyone faced this issue ???

image

rohitalate commented 1 month ago

@streetdogg @therustyengineer

Prakasia commented 3 weeks ago

Hi @rohitalate, I also had this error I resolved the issue by adding unminimize to the install package :: In c-ninja-listing folder there is a 'Dockerfile' file, add unminimize to the list of packages in the Run apt-get-install. This worked for me

rehannasar2002 commented 1 week ago

Hi @Prakasia, Thanks for the tip, had the same issue as @rohitalate. After adding unminimize, worked perfectly!

streetdogg commented 1 week ago

Thank you for feilding this @Prakasia! I added the change and this error should be resolved for all.