You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upon running make it gives me this error:
rainb@DESKTOP-4509896 MINGW64 /d/SBTool-master/SBTool-master
$ make
gcc -O3 src/main.c src/fin.c -s -o bin/sbtool
process_begin: CreateProcess(NULL, gcc -O3 src/main.c src/fin.c -s -o bin/sbtool, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [makefile:8: bin/sbtool] Error 2
I already have all files in place and exec has bin\sbtool
The text was updated successfully, but these errors were encountered:
upon running make it gives me this error:
rainb@DESKTOP-4509896 MINGW64 /d/SBTool-master/SBTool-master
$ make
gcc -O3 src/main.c src/fin.c -s -o bin/sbtool
process_begin: CreateProcess(NULL, gcc -O3 src/main.c src/fin.c -s -o bin/sbtool, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [makefile:8: bin/sbtool] Error 2
I already have all files in place and exec has bin\sbtool
The text was updated successfully, but these errors were encountered: