View Single Post
  #1 (permalink)  
Old 05-16-2008, 12:35 PM
FritoBandito FritoBandito is offline
Newbie
 
Join Date: May 2008
Posts: 7
Credits: 0
Rep Power: 0
FritoBandito is on a distinguished road
Default No rule to make target... Please help

OK I get this error and I am confuzed

Code:
[Build Error] No rule to make target 'EO.o' needed by Sample.exe. Stop
I am using bloodshed 4.9.9.2 and i know it has to do with the make file.

EO.o would be related to EO.lib which is a library i need but didnt make.
I do have Sample.c and Sample.h

In Project->Project Options->Files
I have checked the EO.lib -> Include In Linking
If i dont check that, I get many other errors such as

Code:
  [Linker error] undefined reference to `SuperFunction'
In my project I have included:
Sample Project
---sample.c
---sample.h
---EO.lib
---Useful.h

There is also the sample.dsp and sample.dsw, makefile.win, sample.layout files in the folder which I ahve not included in my project

If I mark the EO.lib file for compilation I get [build error] error 255
Reply With Quote

Sponsored Links