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 when using "make" #4

Open
pedrobagatin opened this issue Aug 29, 2019 · 0 comments
Open

Error when using "make" #4

pedrobagatin opened this issue Aug 29, 2019 · 0 comments

Comments

@pedrobagatin
Copy link

pedrobagatin commented Aug 29, 2019

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?

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

1 participant