[tulip] Problems Compiling pci-scan.c & tulip.c under Redhat 7

Thomas Dodd ted@cypress.com
Thu, 28 Sep 2000 13:18:00 -0500


"Jason J. Rotello" wrote:
> 
> I am running Redhat 7 (Clean Install, not an Upgrade) with kernel 2.2.16-22.
> I am attempting to install a Linksys NC100 v2 card (Fast Ethernet 10/100).
> I have downloaded the latest versions of tulip.c, pci-scan.c, kern_compat.h,
> and pci-scan.h. When I try to compile pci-scan.c and tulip.c with the
> command lines provided at the bottom of the files, i get the following error
> messages.

1) try using kgcc (older egcs, gcc is CVS snapshot after 2.95)
2) use the 2.2.x headers. By default RH7 has 2.4.x headers
   /usr/src/linux (for gcc-2.9x)

	-Thomas