Results 1 to 3 of 3

Thread: VMWare on Kali Rolling - A compatible version of gcc was not found.

  1. #1
    Join Date
    2014-May
    Posts
    11

    VMWare on Kali Rolling - A compatible version of gcc was not found.

    After installing vmware on a fresh Kali Rolling install I get this message.

    gcc (Debian 6.1.1-11) 6.1.1 20160802

  2. #2
    Join Date
    2014-May
    Posts
    11
    Solved!

    It seems that you need to point to the gcc-5 binary executable.

    When the vmware installation prompts that a compatible version of gcc was not found supply it with the path /usr/bin/gcc-5

    First be sure to check that you actually have the gcc-5 compiler installed:
    gcc-5 --version
    gcc-5 (Debian 5.4.1-1) 5.4.1 20160803
    Copyright (C) 2015 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    If not install it using apt-get:
    # apt-get install gcc-5

    And the installation will be successful.
    Last edited by wtf; 2016-09-27 at 09:52.

  3. #3
    Join Date
    2016-Sep
    Posts
    6
    When I was installing it failed until I installed the headers also 'apt-get install -y linux-headers-$(uname -r)'

    You may also want to look at this thread if you have vmnet and vmmon install problems.
    https://communities.vmware.com/threa...art=0&tstart=0

    After I did both of these and pointed to the gccc-5 compiler the install was successful

Similar Threads

  1. Replies: 2
    Last Post: 2018-10-08, 11:25
  2. VMware ESXi 6.5 Guest OS Version for Kali rolling 2018.1
    By adahug in forum Installing Archive
    Replies: 2
    Last Post: 2018-04-12, 17:23
  3. The System Network Services are not Compatible with this version
    By ShiroTora in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2015-08-28, 06:50

Posting Permissions

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