Hello,
I've got the nokia_d211-linux-1.04 package for a RedHat8.0 system
I've changed the OSRELEASE in the config.mk due to my `uname`.
Make all prints out a couple of warnings, and stops with:
make[1]: *** No rule to make target `nokia_cs.a', needed by `nokia_cs.o'. Stop.
make[1]: Leaving directory `/usr/src/d211/src'
make: *** [all] Error 2
In fact, the Makefile contains:
...
L_TARGET := nokia_cs.a
...
MODULE = nokia_cs.o
...
all : $(MODULE)
...
$(MODULE) : $(objs) $(L_TARGET)
As we see, nokia_cs.o depends on nokia_cs.a, but a line like:
$(L_TARGET) : ....
is missing in the Makefile.
Can anybody tell me, how this nokia_cs.a - thing should be built?
BTW: I'm using version 1.04, which is the version especially for RedHat8.0 (as I read on this forum) My system is Redhat 8.0 ... hmmm
Thanks for any hint
Frank
RE: Nokia_cs module won't build on RedHat
1970-01-01, 02:00#2
So far, so good. I've double-checked the packages I've downloaded and the install instructions. I've simply forgotten to unpack the binary part of the package(s).
The build went fine now, but the story continues ...