Skip to content

Trouble making the executable in Windows. #111

@JazzJackson0

Description

@JazzJackson0

I'm currently trying to set up mspdebug for Windows 10. When I go to build the executable from inside mspdebug-master, I get the following error:

$ set path=c:\mingw\bin;c:\MinGW\msys\1.0\bin\

make
bash: c:MinGWmsys1.0binmake: command not found

When I change \ to /:

$ set path=c:/mingw/bin;c:/MinGW/msys/1.0/bin/
bash: C:/mingw/msys/1.0/bin/: Is a directory

I assumed I would be setting a temporary path and then calling make from there, but the commands above don't seem to work as expected.
I'm still new to working from the command line so, I could be misunderstanding something.

Thank you in advance,
Jazz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions