davidcallanan / os-series

819 stars 120 forks source link

Issue with Makefile #11

Closed SanteriPit closed 3 years ago

SanteriPit commented 3 years ago

I have an issue with the makefile thing. It always gives me make: *** No rule to make target 'build-x86_64'. Stop. image Can somebody help me? Btw I have cloned everything from branch ep1.

SanteriPit commented 3 years ago

And I can't use the normal dockerfile launch because it's on my D drive and I cant find the thing to allocate the drive. If somebody helped me with that then that would also help. And currently I'm using docker run --rm -it -v D:/root/env firstos-buildenv as the docker startup.

chriswkingg commented 3 years ago

Are you starting the container from powershell or cmd? I had to use a different command for powershell: docker run --rm -it -v "${pwd}:/root/env" myos-buildenv

SanteriPit commented 3 years ago

Yeah thanks it fixed it. Did the tutorial say that you need to use powershell? Because I totally missed it if it was in the video. First I didn't know why docker run --rm -it -v "${pwd}:/root/env" myos-buildenv didn't work but it was because I used firstos-buildenv as my tag. Mainly because my os was called FirstOS.

davidcallanan commented 3 years ago

@SanteriPit There is no requirement to use powershell. However the commands are slightly different depending on what shell you are using.

Here is a list of commands: #38