I have a problem with linking my projects with Eclipse. The linking goed perfect, but everytime I get the same error:
**** Build of configuration Debug for project Dierentuin_test ****
make all
makefile:43: *** multiple target patterns. Stop.
**** Build Finished ****
I tried everything, and googled a lot.
I'm using Cygwin in Eclipse and work on a Windows PC. The project works fine without linking, but I really need to link the projects.
I added the .o-files to the Miscellaneous
and the includes
.
I know there is something wrong with C:/
but I don't not know where to edit. The error occur in the file objects.mk
where all the .o-files added as USER_OBJS
.
Hope you could help me!