Re: 2.6.0-test3: No rule to make target `drivers/char/agp/isoch.s'

From: Dave Jones
Date: Wed Aug 20 2003 - 06:51:40 EST


On Wed, Aug 20, 2003 at 01:24:12PM +0300, Tuukka Toivonen wrote:
> I get the following error when doing "make modules" with kernel
> 2.6.0-test3 (config file below):
>
> CC [M] drivers/char/agp/generic.o
> make[3]: *** No rule to make target `drivers/char/agp/isoch.s', needed by
> `drivers/char/agp/isoch.o'. Stop.
> make[2]: *** [drivers/char/agp] Error 2
> make[1]: *** [drivers/char] Error 2
> make: *** [drivers] Error 2
>
> The problem appears to be missing isoch.c file. However, only one function
> is referenced in that file, agp_3_5_enable(), and by commenting that call
> away and removing isoch.o from makefiles, everything works fine in my setup
> (but it's only a workaround, I guess). It seems 2.6.0-test2 actually has
> the file.

isoch.c is there in my tree, and Linus'. If you checked this out of
bitkeeper, you may need to bk -r get -S
If not, I've no idea what happened, but I think the problem is at
your end, or a lot more people would've seen this problem.

Dave

--
Dave Jones http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/