Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Ghaleon4 opened this issue Jul 26, 2022 · 2 comments

Comments

@Ghaleon4
Copy link

Ghaleon4 commented Jul 26, 2022

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
Copy link
Owner

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
Copy link

odiplol commented Oct 15, 2023

same issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants