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 when I enter the docker command #15

Closed Vikasnaga9 closed 1 year ago

Vikasnaga9 commented 1 year ago
image

I have tried entering the command you mentioned and it does not work should I be doing any kind of setting on the docker side??

I see that c-ninja is running on Docker

image
streetdogg commented 1 year ago

@Vikasnaga9 -

Can you try the following sequence of commands:

bash

followed by

c-ninja

The alias is added to the .bashrc, so changing the shell should solve this issue.

Vikasnaga9 commented 1 year ago
image

Looks like it worked Thank you for the Prompt response 👍🏽💯

Vikasnaga9 commented 1 year ago

Resolved