We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
C:\Users\페드로\Desktop\vision-hw0-master>make gcc -Iinclude/ -Isrc/ -Wall -Wno-unknown-pragmas -Wfatal-errors -fPIC -Ofast -c ./src/load_image.c -o obj/load_image.o process_begin: CreateProcess(NULL, gcc -Iinclude/ -Isrc/ -Wall -Wno-unknown-pragmas -Wfatal-errors -fPIC -Ofast -c ./src/load_image.c -o obj/load_image.o, ...) failed. make (e=2): The system cannot find the file specified. make: *** [Makefile:58: obj/load_image.o] Error 2
Windows 10 (x86) "make" after installing chocolatey. Makefile is the provided one.
GCC is not installed, should I install it? And which file is missing?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
C:\Users\페드로\Desktop\vision-hw0-master>make
gcc -Iinclude/ -Isrc/ -Wall -Wno-unknown-pragmas -Wfatal-errors -fPIC -Ofast -c ./src/load_image.c -o obj/load_image.o
process_begin: CreateProcess(NULL, gcc -Iinclude/ -Isrc/ -Wall -Wno-unknown-pragmas -Wfatal-errors -fPIC -Ofast -c ./src/load_image.c -o obj/load_image.o, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile:58: obj/load_image.o] Error 2
Windows 10 (x86) "make" after installing chocolatey.
Makefile is the provided one.
GCC is not installed, should I install it?
And which file is missing?
The text was updated successfully, but these errors were encountered: