John,

On Wed, Jul 02, 2003 at 09:15:42AM -0400, John R. Tomawski wrote:
> After I see this:
> 
> Compiling...
> ERROR: Kernel modules did not compile
> 
> I get the following in dri.log, when I try sh install.sh
> 
> make -f Makefile.linux DRM_MODULES=radeon.o modules
> make[1]: Entering directory `/home/john/dripkg/drm'
> make -C /lib/modules/2.4.20-8/build  SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
> make[2]: Entering directory `/usr/src/linux-2.4.20-8'

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You say you have the kernel source installed, but that's not enough. It
must be configured exactly as your target kernel and the dependencies
must have been made, i.e., 'make dep' on the kernel source dir.

Also try just doing:

  make -f Makefile.linux radeon.o

on /home/john/dripkg/drm and see if it helps.

> make -r -f tmp_include_depends all
> make[3]: Entering directory `/usr/src/linux-2.4.20-8'
> touch: creating 
> `/usr/src/build/231485-i386/install/usr/src/linux-2.4.20-8/fs/jfs/jfs_debug.h': No 
> such file or directory
> make[3]: *** 
> [/usr/src/build/231485-i386/install/usr/src/linux-2.4.20-8/fs/jfs/jfs_debug.h] Error 
> 1
> make[3]: Leaving directory `/usr/src/linux-2.4.20-8'
> make[2]: *** [tmp_include_depends] Error 2
> make[2]: Leaving directory `/usr/src/linux-2.4.20-8'
> make[1]: *** [modules] Error 2
> make[1]: Leaving directory `/home/john/dripkg/drm'
> make: *** [radeon.o] Error 2
> 
> I have RedHat 9 and an ATI Radeon 64MB DDR VIVO.
> 
> Yes, I do have the kernel source installed.

Jos� Fonseca


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to