【发布时间】:2014-02-07 19:03:20
【问题描述】:
我已经在我的电脑上安装了 wmware 播放器(我有 windows vista 32 位)。我需要使用的虚拟机是 linux。我已经设置了共享文件夹,然后用我的虚拟机访问它。 问题是linux没有编译我的cpp文件。我写:
g++ helloworld.cpp -o helloworld
什么也没发生。 我不知道为什么。给出的唯一错误是当我启动虚拟机时,它说:
Binary translation is incompatible with long mode on this platform. Long mode will
be disabled in this virtual environment. Applications requiring long mode will not
function properly as a result. See http://vmware.com/info?id=152 for more details.
【问题讨论】:
-
试图将文件复制到vm然后编译?