编译vmware tools时遇到当前gcc版本和编译内核的gcc版本不一致的问题
但是重新配置之后,发现共享还是不能使用,在配置过程中出现警告信息:
Your kernel was built with "gcc" version "4.2.3", while you are trying to use
"/usr/bin/gcc" version "4.2.4". This configuration is not recommended and
VMware Tools may crash if you'll continue. Please try to use exactly same
compiler as one used for building your kernel. Do you want to go with compiler
"/usr/bin/gcc" version "4.2.4" anyway? [no]
最简单的办法就是 填入
yes 然后一路继续回车
本文介绍了解决VMware Tools在编译过程中遇到的GCC版本不一致问题的方法。通过调整编译器版本以匹配内核编译时使用的GCC版本,可以避免因版本差异导致的工具崩溃风险。
3367

被折叠的 条评论
为什么被折叠?



