在 Ubuntu VM 上构建并运行
我刚刚在我的 M1 Macbook 上安装了 UTM,并作为虚拟机运行 ubuntu-20.04.4。我一直在尝试按照课程教授的要求构建并运行为作业指定的代码。
当我收到“make:g++:找不到命令”时,出现了问题。因此,我通过命令“apt-get install build-essential”安装了开发人员工具。
这就是我需要帮助的地方。这些工具已安装,但运行“make”命令会出现不同的错误“g++:错误:无法识别的命令行错误:-m64”。
注意:提供了构建和运行代码所需的所有文件(例如:Makefile 和 Cpp 文件)。我真的只需要构建并运行即可查看程序输出。
I just installed UTM on my M1 Macbook and am running ubuntu-20.04.4 as a Virtual Machine. I've been trying to build and run a code given for an assignment, as requested by the course professor.
An issue rose when I got 'make: g++: Command not found'. I therefore installed Developer tools through the command 'apt-get install build-essential'.
This is where I need help. The tools were installed, but running the 'make' command gave a different error 'g++: error: unrecognized command line error: -m64'.
Note: All the necessary files to build and run the code are provided (e.g: Makefile and Cpp file). I really just have to build and run to see the program output.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论