Bug 54852 - Tulip will not compile as a built-in in kernel-2.4.9-6
Summary: Tulip will not compile as a built-in in kernel-2.4.9-6
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.1
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-10-21 07:11 UTC by Andrew Bradford
Modified: 2007-04-18 16:37 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-06-07 18:48:56 UTC
Embargoed:


Attachments (Terms of Use)

Description Andrew Bradford 2001-10-21 07:11:58 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010816

Description of problem:
When selecting DECchip Tulip(dc21x4x) PCI support to be included in the
kernel, rather than as a module, the kernel fails to compile.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Install kernel-source-2.4.9-6.i386.rpm
2. Execute `make mrproper' in /usr/src/linux-2.4.9-6
3. Execute `make menuconfig'
4. Select `Load an Alternate Configuration File'
5. Select configs/kernel-2.4.9-i686.config
6. Select `Network device support -> Ethernet (10 or 100Mbit)'
7. Select `DECchip Tulip (dc21x4x) PCI support' so that it is included in
the kernel
8. Exit menuconfig saving the configuration
9. Execute `make dep;make clean;make bzImage'

	

Actual Results:  Linking fails due to conflicts in function names between
tulip and tulip_old.

Expected Results:  The compilation should have succeeded.

Additional info:

The error does not occur if you remove tulip_old from TULIP_CONFIG in
net/Makefile but I have been unable, as yet, to test a kernel compiled in
this manner.
Compiling the kernel with tulip as a module produces, I believe, tulip.o
and tulip_old.o so no linking occurs to cause the error. I prefer to
disable module support in the kernel on secured installations and most of
these systems use Linksys LNE100TX NICs.

Comment 1 jon molin 2002-07-05 06:41:44 UTC
I have had the same problem with 2.4.9-31 on rh 7.2, I removed all tulip_old 
from the net/Makefile and that made it possible to compile.


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