fgsfdsfgs / sm64-port

PS2, PS3, OG Xbox and DOS ports of sm64-port.
https://discord.gg/7bcNTPK
242 stars 38 forks source link

Instructions for Compiling PS3 port in Win10 environment fails to build Docker image #71

Open Ghaleon4 opened 1 year ago

Ghaleon4 commented 1 year ago

Step 3, "docker build . -t sm64_ps3", produces the following:

executor failed running [/bin/sh -c /build/toolchain.sh]: exit code: 127

Attempting to follow the alternate step for using a prebuilt docker image from mkst, 'docker run --rm -ti -v $(pwd):/sm64 markstreet/sm64:ps3 make --jobs', produces this error:

docker: Error response from daemon: create $(pwd): "$(pwd)" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path. See 'docker run --help'.

fgsfdsfgs commented 1 year ago

This is a common issue when running docker under Windows, I think. I don't recall the proper workaround for this, but it involves not running Docker under cmd.

odiplol commented 8 months ago

same issue here