Bug 41551 - Kernel modules fail to compile !
Summary: Kernel modules fail to compile !
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.1
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-05-21 10:03 UTC by vivek singhal
Modified: 2007-04-18 16:33 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-05-21 10:03:59 UTC
Embargoed:


Attachments (Terms of Use)

Description vivek singhal 2001-05-21 10:03:55 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 95; DigExt)

Description of problem:
The 2.4.2 kernel which comes with 2cd redhat 7.1 has trouble in compiling 
modules. compilation stops abruptly with error at compiling  'lp.o' . 
Kernel compiles smoothly to give bzImage.

How reproducible:
Always

Steps to Reproduce:
1.goto /usr/src/linux-2.4/
2.do "make menuconfig"
3.after ( make dep , make bzImage ) do a "make modules" you get an error 
here
	

Additional info:

Comment 1 Arjan van de Ven 2001-05-21 10:19:19 UTC
You missed a few steps...
1) cd /usr/src/linux-2.4
2) make mrproper
3) make menuconfig
   (and load the config you want from configs/ or make your own entirely)
3) make dep
4) make bzImage
5) make modules

That should work. Please reopen this bug if this doesn't work for you.
(it certainly does for me)


Note You need to log in before you can comment on or make changes to this bug.