Results 1 to 8 of 8

Thread: vmware.pl and gcc version

  1. #1
    Member registered user
    Join Date
    Jul 2003
    Posts
    41

    vmware.pl and gcc version

    I was able to get vmware 4.0 installed on knoppix (debian as it is not on the HD). However when i went to run the console configuration as root I get the following error message:

    Your kernel was built with "gcc" version "2.95.4", while you are trying to use
    "/usr/bin/gcc" version "3.2.3". This configuration is not supported and VMware
    Workstation cannot work in such configuration. Please either recompile your
    kernel with "/usr/bin/gcc" version "3.2.3", or restart /usr/bin/vmware-config.pl
    with CC environment variable pointing to the "gcc" version "2.95.4".

    I'd like to opt for the last option presented to me and set the CC environment variable to point to gcc 2.95.4 which I believe is located on my system in /usr/lib/gcc-lib/i386-linux/2.95.4

    If anyone reading this can inform me of how to set this environment variable it would be greatly appreciated.

  2. #2
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: vmware.pl and gcc version

    Quote Originally Posted by Hayabusa
    I was able to get vmware 4.0 installed on knoppix (debian as it is not on the HD). However when i went to run the console configuration as root I get the following error message:

    Your kernel was built with "gcc" version "2.95.4", while you are trying to use
    "/usr/bin/gcc" version "3.2.3". This configuration is not supported and VMware
    Workstation cannot work in such configuration. Please either recompile your
    kernel with "/usr/bin/gcc" version "3.2.3", or restart /usr/bin/vmware-config.pl
    with CC environment variable pointing to the "gcc" version "2.95.4".

    I'd like to opt for the last option presented to me and set the CC environment variable to point to gcc 2.95.4 which I believe is located on my system in /usr/lib/gcc-lib/i386-linux/2.95.4

    If anyone reading this can inform me of how to set this environment variable it would be greatly appreciated.
    export CC=/usr/bin/gcc-2.95 in a console window as root or change the symbolic link to point to gcc-2.95 ln -s /usr/bin/gcc /usr/bin/gcc-2.95 also root in a console window.

  3. #3
    Member registered user
    Join Date
    Jul 2003
    Posts
    41

    no luck

    the export worked. i went to create the simlink and got:

    ln: `/usr/bin/gcc-2.95': File exists

    so i renamed it to gcc-2.95.orig, and created the simlink as specified.

    now the error I get is:

    Unable to find the compiler specified in the CC environnment variable:
    "/usr/bin/gcc-2-95".

    I also tried extracting 2-95.4 and got:

    Using compiler "/usr/bin/gcc-2-95.4". Use environment variable CC to override.

    Your kernel was built with "gcc" version "2.95.4", while you are trying to use
    "/usr/bin/gcc-2-95.4" version "3.2.3". This configuration is not supported and
    VMware Workstation cannot work in such configuration. Please either recompile
    your kernel with "/usr/bin/gcc-2-95.4" version "3.2.3", or restart
    /usr/bin/vmware-config.pl with CC environment variable pointing to the "gcc"
    version "2.95.4".

    any suggestions?

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: no luck

    Quote Originally Posted by Hayabusa
    the export worked

    any suggestions?
    I would use the export method it works and makes no changes to the system it only applies to the bash session you are in. Also you could try creating the link while in the while in the /usr/bin directory that way there would be no path in front of the link just the gcc-2.95 that it is looking for. eg while in the /usr/bin as root ln -s gcc gcc-2.95.

  5. #5
    Member registered user
    Join Date
    Jul 2003
    Posts
    41

    nope

    from a fresh root bash session I deleted previous simlinks to gcc-2.95 .. exported againg, simlinked from in /usr/bin . rand the vmware-config.pl and got:

    Using compiler "/usr/bin/gcc-2.95". Use environment variable CC to override.

    Your kernel was built with "gcc" version "2.95.4", while you are trying to use
    "/usr/bin/gcc-2.95" version "3.2.3". This configuration is not supported and
    VMware Workstation cannot work in such configuration. Please either recompile
    your kernel with "/usr/bin/gcc-2.95" version "3.2.3", or restart
    ./vmware-config.pl with CC environment variable pointing to the "gcc" version
    "2.95.4".


    it seems to be seing the 3,2,3 despite my efforts to tell it otherwise

  6. #6
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041

    Re: nope

    ' cd /usr/bin '
    ' ln gcc-2.95 gcc -sfn '

    --Then redo the vmware config without exporting the cc var. This will permanently tell gcc to use the 2.95 version.

    Quote Originally Posted by Hayabusa
    from a fresh root bash session I deleted previous simlinks to gcc-2.95 .. exported againg, simlinked from in /usr/bin . rand the vmware-config.pl and got:

    Using compiler "/usr/bin/gcc-2.95". Use environment variable CC to override.

    Your kernel was built with "gcc" version "2.95.4", while you are trying to use
    "/usr/bin/gcc-2.95" version "3.2.3". This configuration is not supported and
    VMware Workstation cannot work in such configuration. Please either recompile
    your kernel with "/usr/bin/gcc-2.95" version "3.2.3", or restart
    ./vmware-config.pl with CC environment variable pointing to the "gcc" version
    "2.95.4".


    it seems to be seing the 3,2,3 despite my efforts to tell it otherwise

  7. #7
    Member registered user
    Join Date
    Jul 2003
    Posts
    41

    thanks Dave!

    Thanks dave, using that method worked. I'm still a little unclear on why the kernel was complied with a different version that was included with my stem. anyway one more question. Is it fine to leave my gcc set like this to 2.95 or should I go about setting it back to 3.3 (and if so how do i do that?).

  8. #8
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041

    Re: thanks Dave!

    --You're better off leaving it at 2.95, that's the word I've been hearing anyway.

    Quote Originally Posted by Hayabusa
    Thanks dave, using that method worked. I'm still a little unclear on why the kernel was complied with a different version that was included with my stem. anyway one more question. Is it fine to leave my gcc set like this to 2.95 or should I go about setting it back to 3.3 (and if so how do i do that?).

Similar Threads

  1. VMWare: VMWare Tools can not be installed
    By Josh83 in forum MS Windows & New to Linux
    Replies: 2
    Last Post: 03-17-2005, 06:47 PM
  2. vmware
    By pc3 in forum Customising & Remastering
    Replies: 7
    Last Post: 01-21-2005, 07:30 PM
  3. maximum version / lite version??
    By freeballer in forum General Support
    Replies: 0
    Last Post: 12-20-2004, 10:51 PM
  4. 3.4 Kernel Version, and Driver Version
    By Kowood in forum Hardware & Booting
    Replies: 0
    Last Post: 08-26-2004, 12:25 AM
  5. Poor Man's Install Not Working in version 7-26 version
    By bongski55 in forum General Support
    Replies: 23
    Last Post: 08-27-2003, 01:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


***NEW*** BCM RX67Q Gaming Motherboard | Intel Q67 2nd/3rd Gen. | LGA1155 | DDR3 picture

***NEW*** BCM RX67Q Gaming Motherboard | Intel Q67 2nd/3rd Gen. | LGA1155 | DDR3

$29.77



ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield picture

ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield

$42.00



Micro ATX Desktop Motherboard ASUS H110M-C LGA 1151 picture

Micro ATX Desktop Motherboard ASUS H110M-C LGA 1151

$31.95



Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard Bulk picture

Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard Bulk

$47.49



MSI A320M-A PRO AM4 AMD A320 USB3.2 Gen1 Micro-ATX Motherboard picture

MSI A320M-A PRO AM4 AMD A320 USB3.2 Gen1 Micro-ATX Motherboard

$46.99



Gigabyte GA-B75M-HD3 Intel LGA1155 DDR3 Desktop Motherboard MicroATX USB 3.0  picture

Gigabyte GA-B75M-HD3 Intel LGA1155 DDR3 Desktop Motherboard MicroATX USB 3.0

$26.99



ASUS Prime Z390-A LGA 1151 Intel Z390 SATA USB 3.1 ATX Motherboard NO I/O picture

ASUS Prime Z390-A LGA 1151 Intel Z390 SATA USB 3.1 ATX Motherboard NO I/O

$99.00



ASUS Prime Q270M-C LGA1151 DP HDMI VGA SATA 6GB/s USB 3.0 MicroATX Motherboard picture

ASUS Prime Q270M-C LGA1151 DP HDMI VGA SATA 6GB/s USB 3.0 MicroATX Motherboard

$37.99



BTC-S37 Mining Motherboard Kit /w SSD & Ram Preinstalled picture

BTC-S37 Mining Motherboard Kit /w SSD & Ram Preinstalled

$59.99



GIGABYTE MB10-Datto Motherboard Xeon D-1521- SR2DF 2.40 GHz- Open Box picture

GIGABYTE MB10-Datto Motherboard Xeon D-1521- SR2DF 2.40 GHz- Open Box

$115.00