PDA

View Full Version : Problems comililing linux Kernel


guillaume Perry
2003-09-30, 03:32 AM CDT
Hi,

I have the redhat 8.0 and I must compile kernel because of the need to use
scsi emulation for a CDRW cdrom device. While compiling modules (with
command make modules) , gcc does not find stdarg.h in /usr/src/linux/include
(cf the path indice*ated by the option -I /usr/src/linux/include). In fact
these files are installed by redhat in the directory
/usr/lib/gcc-lib/i386-redhat-linux/3.2/include.

Thanks in advance for the help ,

Guillaume PERRY

Sasa Stupar
2003-09-30, 05:43 AM CDT
guillaume Perry pravi:
> Hi,
>
> I have the redhat 8.0 and I must compile kernel because of the need to use
> scsi emulation for a CDRW cdrom device. While compiling modules (with
> command make modules) , gcc does not find stdarg.h in /usr/src/linux/include
> (cf the path indice*ated by the option -I /usr/src/linux/include). In fact
> these files are installed by redhat in the directory
> /usr/lib/gcc-lib/i386-redhat-linux/3.2/include.
>
> Thanks in advance for the help ,
>
> Guillaume PERRY
>
>
>
You don't need to compile kernel because it is allready compiled for
this. You need to use kernel parameter eg: hdc=ide-scsi at boot time.