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

Error 2 #16

Open
Alvin-Chips opened this issue Dec 8, 2022 · 1 comment
Open

Error 2 #16

Alvin-Chips opened this issue Dec 8, 2022 · 1 comment

Comments

@Alvin-Chips
Copy link

Not sure why this error is happening but when I try to run the command make all or make playback.exe , it just fails after creating both data.h and data files. This is the error message:

i686-w64-mingw32-gcc -Wall -I../include -I ./include -L../lib -os -o playback.exe playback.c
process_begin: CreateProcess(NULL, i686-w64-mingw32-gcc -Wall -I../include -I ./include -L../lib -os -o playback.exe playback.c, ...) failed.
make (e=2): The system cannot find the file specified.
Makefile:13: recipe for target 'playback.exe' failed
make: *** [playback.exe] Error 2

My OS is Windows 11. I have followed all the installation instructions and installed all dependencies.

@AverseABFun
Copy link

It appears that you are missing mingw32-gcc. It's been a while since I used mingw, but you should be able to run the package manager thing and make sure you have gcc.

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

2 participants