Hej hej,
Is it possible that this makefile is dos format, or a non ascii encoding?
1) Try this and then run make again.
perl -pi -e 's/\015/\012g' Makefile
2) If that doesn't work check the file encoding ( ei look at the file in an
editor and see what the encoding is... ) UTF8 etc will not work, try latin1
or ascii
-- Also if you have copy/pasted it from the web, there may be odd characters
from the web page it was copied from.
NB Typically you get "make: *** No targets. Stop." when
1) There are no targets in a makefile ( words followed by ":" are
called rules eg "install:" is a rule )
2) There is no make file
-- unrelated but "make will look for the makefiles GNUmakefile,
makefile, and Makefile"
BTW: To previous email: You only need to type ./configure if you have a
configure file and you have a makefile.am or such...
Gluck!
Hro
On 2011-10-18, at 10:14 PM, spam spammer wrote:
> My medication has temporarily made me brainless so I need some help with this
> thing.
>
> aquarelle@Marvin:~/Downloads/ov51x-jpeg-1.5.9$ dir
> ChangeLog Makefile ov511-decomp.c ov518-decomp.c ov519-decomp.c
> ov51x-jpeg-core.c ov51x-jpeg.h ov7670.h test
> aquarelle@Marvin:~/Downloads/ov51x-jpeg-1.5.9$ make
> make: *** No targets. Stop.
> How should that thing make read here?
>
> aquarelle@Marvin:~/Downloads/ov51x-jpeg-1.5.9$ make install
> make: *** No rule to make target `install'. Stop.
>
>
> And then I think it should be something like this;
> sudo depmod -A
> sudo modprobe ov51x-jpeg
>
> Or have I forgooten something there tooo?
>
> _______________________________________________
> mlug mailing list
> [email protected]
> https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca
_______________________________________________
mlug mailing list
[email protected]
https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca