PCMCIA Module problems: gcc2_compiled. undefined

PCMCIA Module problems: gcc2_compiled. undefined

Post by Mike » Wed, 15 May 1996 04:00:00



Hello fellow linux users,

Right now my pcmcia modules load with the following errors:
Loading cardmgr modules ...
gcc2_compiled. undefined
gcc2_compiled. undefined
gcc2_compiled. undefined
gcc2_compiled. undefined
Failed to load module! The symboles from kernel 1.3.86 don't match
1.3.86

Backgroud:
Compiled and installed kernel 1.3.86 (as you can see from the errors)
Compiled and installed modules-1.3.57
Compiled and installed pcmcia-cs-2.8.14

Setup:
gcc-2.7.2
libc-5.3.12
libg++-2.7.1.4
binutils-2.6.0.12

In the configuration for the modules, I chose both to read from running
kernel and from the linux source code. (at different attempts)

In the kernel compilation, I didn't set CONFIG_MODVERSIONS because I
want ppp in the kernel.  Is this the problem?  It it is I'll see if I
can load ppp using modules.

If anyone can help or point me in the right direction I would be
extremely greatful.

Thanks in advance,
Mike

--
_________________
Michael Connors
http://www.seas.ucla.edu/~connorsm

 
 
 

PCMCIA Module problems: gcc2_compiled. undefined

Post by Simon Kenyo » Fri, 17 May 1996 04:00:00


just had the same problem myself
built pre2.0.4 and pcmcia stuff is now blown out of the water
built the modules (fixing include file linux/scsi.h -> scsi/scs.h move)
get same error message
i've changed so much (new gcc 2.7.2 for one) in the last few days that
i'm not sure what exactly has caused the problem
i suspect it is 2.7.2 to be honest
--
simon

 
 
 

PCMCIA Module problems: gcc2_compiled. undefined

Post by David Hin » Sat, 18 May 1996 04:00:00


: just had the same problem myself
: built pre2.0.4 and pcmcia stuff is now blown out of the water
: built the modules (fixing include file linux/scsi.h -> scsi/scs.h move)
: get same error message

You have to upgrade your module utilities.  The new binutils break the
older module tools.  See <http://www.pi.se/blox/modules>.

        -- Dave Hinds