Symlinking /usr/include/[linux|asm] into /usr/src/ is generally
a bad idea. I suggest deleting those symlinks and reinstalling your
libc6-dev, and then edit the Makefile to something like this:
heathen:/usr/src/patches/cdfs-0.3d# less Makefile
OBJS=audio.o cdXA.o cddata.o hfs.o iso.o proc.o ro
I've downgraded from gcc_2.95.2-13.deb to gcc_2.95.2-5.deb.
It's all fine again.
There must be a change or an error.
(I've installed the 2.2.17 kernel on my old system and cdfs compiled
fine with it.)
This is the Makefile:
---
OBJS=audio.o cdXA.o cddata.o hfs.o iso.o proc.o root.o utils.o
cdfs.o: $(OBJS)
$(LD) -r $(OBJS) -o $@
$(OBJS) cdfs.o: cdfs.h
.c.o:
$(CC) $(CFLAGS)
This looks like some kind of #ifdef wasn't satisfied, and code is
now missing at the compilation stage. What macro definitions can you play
with in the Makefile?
Mike
On Wed, 9 Aug 2000, Armin Wegner wrote:
> Hello,
>
> I've installed yesterdays frozen and recompiled the kernel
Hello,
I've installed yesterdays frozen and recompiled the kernel 2.2.17. It's
up and running. Fine.
But I failed to compile the non standard kernel module cdfs.o.
I've linked /usr/include/{linux,asm} to
/usr/src/linux/include/{linux,asm-i386}.
I get following output from make.
I get the same err
5 matches
Mail list logo