TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:9380] VMWare 1.1.1



You'll have to verify that you really are running the smp kernel package.
Also, since RH dists a generic kernel package, it's possible the source
tree and includes are from the non-smp kernel build.  The kernel modules
themselves and other kernel-version dependant apps may explicitly require
the traditional kernel versioning (rather than RedHat's reinvention of
kernel version behavior).  
VMWare modules build fine against 2.2.12-20 in Rh 6.1 for me (non smp).
Maybe you ought to try upgrading to another kernel package (or rolling
your own). The VA-experience I've had in the past is they use moldified RH
dists (not unlike mandrake) for their hardware.

Peter Lukas

On Sun, 24 Oct 1999, Bob Tanner wrote:

> I am trying to get VMware 1.1.1 to install on my VALinux dual 550Mhz PIII
> running Kernel 2.2.12-6.2smp.
> 
> Everything installs fine until it comes to the vmware kernel modules. The
> modules will not compile when SMP in enabled.
> 
> But the error looks like it's inside the kernel source tree.
> 
> % make
> Dependencies for driver.c
> Compiling  linux/driver.c
> /usr/src/linux/include/asm/smp.h: In function `hard_smp_processor_id':
> In file included from /usr/src/linux/include/linux/smp.h:11,
>                  from /usr/src/linux/include/linux/sched.h:20,
>                  from .././linux/driver.c:21:
> /usr/src/linux/include/asm/smp.h:209: warning: implicit declaration of
> function `GET_APIC_ID'
> /usr/src/linux/include/asm/smp.h:209: `APIC_BASE' undeclared (first use in
> this function)
> /usr/src/linux/include/asm/smp.h:209: (Each undeclared identifier is reported
> only once
> /usr/src/linux/include/asm/smp.h:209: for each function it appears in.)
> /usr/src/linux/include/asm/smp.h:209: `APIC_ID' undeclared (first use in this
> function)
> make[1]: *** [driver.o] Error 1
> make: *** [driver] Error 2
> 
> Grepping through the source, I see that APIC_* defs are all in the
> asm/i82489.h file. 
> 
> I have tried including the i82489.h, which wanted the asm/fixmap.h which
> wants, ..,  ..,  .., etc. You get the picture.
> 
> Anyone have the problems? I have sent in a troubleticket to VMWare.
> 
> -- 
> Bob Tanner <tanner@real-time.com>       | Phone : (612)943-8700
> http://www.real-time.com                | Fax   : (612)943-8500
> Key fingerprint =  6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
> 
>