-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
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
Labels
No labels