`
lovnet
  • 浏览: 6818824 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
文章分类
社区版块
存档分类
最新评论

安装 VMWare tools 时出现“The path "/usr/bin/gcc" is not valid path to the gcc binary”解决

 
阅读更多

环境:Vmware 8.0+RedHat 9.0

问题:安装 VMWare tools 时询问GCC安装位置,出现“The path "/usr/bin/gcc" is not valid path to the gcc binary”。查询是否安装了GCC,显示确实安装了。使用 which gcc,显示安装位置是usr/bin/gcc,重新输入此路径,仍然不正确。

解决:换高版本的RedHat或者低版本的Vmware。

说明:即使你的RedHat安装了gcc,使用环境如前所诉,仍会出现这个问题。这是因为版本兼容的问题。建议使用高版本Vmware的同时使用高版本的RedHat。如果实在是安装不上,建议使用VirtualBox,免费且易用的虚拟机,它自带的增强功能操作简单,使用方便。

附VirtualBox的下载地址:http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html

分享到:
评论

相关推荐

    Ubuntu常见的几个小错误

    在 Ubuntu 11.04 和 11.10 中安装 VMWare Tools 时,可能会出现以下问题:Searching for GCC...Detected GCC binary at "/usr/bin/gcc".The path "/usr/bin/gcc" appears to be a valid path to the gcc binary....

    gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabi.tar.xz.7z

    标题中的“gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabi.tar.xz.7z”是一个软件编译工具包,由Linaro组织提供,用于在x86_64架构的Linux系统上构建针对ARM Linux设备的应用程序。Linaro是一个开源组织,专注...

    vmtools-linux.iso

    Thepath "/usr/share/doc/vmware-tools" does not exist currently.Thisprogram isgoing to create it, including needed parent directories.Isthis what you want? [yes] The installation of VMware Tools 5.5.1 ...

    gcc-linaro-4.9.4-2016.02-x86_64_arm-linux-gnueabihf.tar.rar

    GCC(GNU Compiler Collection)是GNU项目的一个重要组成部分,它是一个开源的、跨平台的编译器套件,用于将源代码编译成可执行代码。在这个特定的场景中,我们讨论的是由Linaro组织提供的GCC 4.9.4版本,特别针对...

    arm-linux-gcc安装步骤.rar

    echo 'export PATH=$PATH:/usr/local/arm-linux-gcc/bin' >> ~/.bashrc source ~/.bashrc ``` 七、验证安装 最后,检查arm-linux-gcc是否安装成功: ``` arm-linux-gcc --version ``` 如果显示版本信息,说明安装...

    tensorflow-1.12支持cuda10.0

    [Default is /usr/bin/gcc]: Do you wish to build TensorFlow with MPI support? [y/N]: No MPI support will be enabled for TensorFlow. Please specify optimization flags to use during compilation ...

    tensorflow1.12支持cuda10

    [Default is /usr/bin/gcc]: Do you wish to build TensorFlow with MPI support? [y/N]: No MPI support will be enabled for TensorFlow. Please specify optimization flags to use during compilation ...

    linux全志R16的linux系统编译的资料_20170502_1655.7z

    /usr/bin/make -j6 O=/home/wwt/linux_r16/lichee/out/sun8iw5p1/linux/common/buildroot silentoldconfig make[1]: 正在进入目录 `/home/wwt/linux_r16/lichee/buildroot' GEN /home/wwt/linux_r16/lichee/out/sun...

    gcc-arm-none-eabi-5_4-2016q3-20160926-win32

    标题中的“gcc-arm-none-eabi-5_4-2016q3-20160926-win32”是指一个针对ARM架构、非嵌入式ABI(Application Binary Interface)的GCC(GNU Compiler Collection)编译器工具链。这个版本是2016年第三季度发布,具体...

    Mac下使用Eclipse编译C/C++文件出现 launch failed, binary not found 解决方案

    5. 接下来,转到"Discovery Options"(发现选项)选项卡,取消勾选"Autodetect",并选中"Provide explicit path to GCC",在下面的文本框中输入你的GCC或G++的实际路径,通常在`/usr/bin/g++`或`/usr/bin/gcc`。...

    详解ubuntu 16.04 LTS 降级安装gcc 4.8

    sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 100 ``` 这条命令将GCC 4.8添加到备选列表中,并设置了较高的优先级(100)。接着,使用以下命令选择版本: ```bash sudo update-...

    nginx安装配置全攻略

    # ./configure --prefix=/usr --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --user=nginx --group=nginx --pid-...

    skyeye使用简介

    安装完成后,包括arm-elf-gcc、arm-elf-gdb在内的工具会被放置在`/usr/local/bin`目录下。 3. **安装UCOSII for SkyEye** - **从源码安装**:获取UCOSII for SkyEye的源码包(如ucosii4skyeye-v1.8.2.tgz),解压...

    SimIt-ARM-3.0 ARM指令模拟器

    Reading specs from /usr/local/arm/3.4.1/bin/../lib/gcc/arm-linux/3.4.1/specs Configured with: /opt/crosstool/crosstool-0.28/build/arm-linux/gcc-3.4.1-glibc-2.3.2/gcc-3.4.1/configure --target=arm-linux...

    Eclipse C/C++开发环境搭建----Linux版

    export PATH=$JAVA_HOME/bin:$PATH ``` 然后更新配置文件: ```bash source ~/.bashrc ``` 可以通过运行 `java -version` 来检查是否成功安装。 4. **环境配置文件简介** - `/etc/environment`: 系统级环境...

    bgi2illumina:将FASTQ记录的BGI排序的标头转换为与Illumina兼容的标头

    make install // this will copy binary into /usr/local/bin 删除现有的“安装”运行 make uninstall 安装 编译过程非常简单,如果出于某些原因您对此比较满意,则可以不使用make进行处理。 用gcc编译源代码: gcc...

    MiniGUI 的移植

    export PATH=$PATH:/usr/local/arm/2.95.3/bin ``` ##### 2. 安装开发包 - **下载地址**:从MIZI官网下载开发包,包括已经编译好的库文件等资源。 - **安装方法**:使用RPM包管理工具安装下载的文件: ```bash ...

    ubuntu20.04 stm32开发笔记---之开发环境搭建

    然后,通过编辑`~/.bashrc`文件,将编译器的路径添加到系统路径中,例如`export PATH=$PATH:/opt/gcc-arm-10.3-2021.07-x86_64-arm-none-eabi/bin`。这使得你可以通过命令行访问该工具链。 2. **安装ST-Link工具**...

    cocos2d-x c++的iconv.rar

    But gcc's #include_next is not portable. Thus, once libiconv's iconv.h has been installed in /usr/local/include, there is no way any more to include the original /usr/include/iconv.h. We simply ...

Global site tag (gtag.js) - Google Analytics