在 Ubuntu VM 上构建并运行

发布于 2025-01-10 16:57:03 字数 335 浏览 0 评论 0原文

我刚刚在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文