Dev C%2b%2b Recipe For Target Failed

Posted on by
P: 6
this is the makefile that is generated..
# Project: Project2
# Makefile created by Dev-C++ 5.11
CPP = g++.exe
CC = gcc.exe
WINDRES = windres.exe
OBJ = main.o
LINKOBJ = main.o
LIBS = -L'C:/Program Files (x86)/Dev-Cpp/MinGW64/lib' -L'C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib' -static-libgcc -pg
INCS = -I'C:/Program Files (x86)/Dev-Cpp/MinGW64/include' -I'C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include' -I'C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include'
CXXINCS = -I'C:/Program Files (x86)/Dev-Cpp/MinGW64/include' -I'C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include' -I'C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include' -I'C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++'
BIN = Project2.exe
CXXFLAGS = $(CXXINCS) -ansi -fno-asm -traditional-cpp -pg
CFLAGS = $(INCS) -ansi -fno-asm -traditional-cpp -pg
RM = rm.exe -f
.PHONY: all all-before all-after clean clean-custom
all: all-before $(BIN) all-after
clean: clean-custom
${RM} $(OBJ) $(BIN)
$(BIN): $(OBJ)
$(CC) $(LINKOBJ) -o $(BIN) $(LIBS)
main.o: main.c
$(CC) -c main.c -o main.o $(CFLAGS)

Makefile:17: recipe for target 'dev' failed #262. Open SophieZhou opened this issue Mar 9, 2018 5 comments Open Makefile:17: recipe for target 'dev' failed #262. Dismiss Join GitHub today. GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Follow-Ups: Bug c/60961 recipe for target 'doc/cpp.info' failed. From: redi at gcc dot gnu.org Bug c/60961 recipe for target 'doc/cpp.info' failed. From: atvreddy97 at gmail dot com.

Dev C++ Recipe For Target Failed

/autocad-structural-detailing-2016-torrent.html. I cannot run catkin_make command on ubuntu 16.04 and the output is as followed.

And my CMakeList is as followed. /the-sims-1-complete-collection-serial-key.html.

Makefile:30: recipe for target 'HW621' failed. 17:25:08 Build Finished (took 2s.44ms) PLEASE can someone help me? I've hacked around this for three or four days, installing and uninstalling DS-5 and various toolchains. C: Program Files (x86) Dev-Cpp collect2.exe Error ld returned 1 exit status 25 C: Program Files (x86) Dev-Cpp Makefile.win recipe for target 'test.exe' failed these are errros that i keep on getting in the compiler. Jun 02, 2014 25 C:Program Files (x86)Dev-CppMakefile.win recipe for target 'test.exe' failed these are errros that i keep on getting in the compiler.

What should I do to fix this problem? Thanks a lot!

editretagflag offensiveclosemergedelete

Comments

I believe the compiler is not finding a reference to main() anywhere. https://stackoverflow.com/questions/2..

what does slamdog_core look like?

Thanks for your answer and I think the problem is the main().

slamdog_core is a package under catkin_ws/src as followed:

slamdog_core - include - slamdog_core - OdomPublisher.hpp - SensorPublisher.hpp - msg - SensorData.msg - src - OdomPublisher.cpp - SensorPublisher.cpp

Dev C 2b 2b Recipe For Target Failed Interview

I just want to make my target clearly so I named it as slamdog_core