makefile - Compiling error -
I downloaded someone's source code for a program and I need to make some changes.
Now I want to compile it, but it does not seem to work.
PROGS = isotociso COMMON = tools.o bn.o ec.o wiidisc.o rijndael.o DEFINES = -DLARGE_FILES -D_FILE_OFFSET_BITS = 64 LIBS = C: / Dev-Cpp / lib / libwsock32 .a C: /Dev-Cpp/lib/libcrypto.a C: /Dev-Cpp/lib/libcomdlg32.acc = GCC #CFALGS = -Wall -W -Os -Ilibwebs -I Seagulls = -Wall -m32-W -ggdb -Ilibwbfs -I LDFLAGS = -m32 -static VPATH + = libwbfs OBJS = $ (patsubst%,% .o, $ (PROGS)) $ (COMMON) All: $ (PROGS) $ (PROGS):%:% .O $ (COMMON) Makefile $ (cc) $ (CFLAGS) $ (LDFALGS) $ & lt; $ (Common) $ (libs) -o $ @ $ (objs):% .oo:% .ca tools. Hexfile $ (CC) $ (CFLAGS) $ (Definance) -C $ & lt; -o $ @ clean: -rm -f $ (OBJS) $ (PROGS)
output
C: \ users \ panda \ desktop \ uloader_v4 .1 \ src \ isotociso \ src & gt; GCC -Wall-m32-W -ggdb -Ilibwbfs -i Make -DLARGE_FILES -D_FILE_OFFSET_BITS = 64 -ci sotociso.c -O isotociso.o process_begin:. CreateProcess ((zero), GCC -Wall -m32W -ggdb -Ilibwbfs I -DLAR GE_FILES -D_FILE_OFFSET_BITS = 64 -c isotociso.c -o isotociso.o, ...) failed. Build (E = 2): The system can not locate the file specified. Create: *** [isotociso.o] error 2
what will be the problem
It seems to me that the GCC is not in its path.
It is also that you feel the need to get libraries.
Comments
Post a Comment