G++中GCC的等效是什么?

发布于 2025-01-19 04:59:46 字数 490 浏览 0 评论 0原文

我正在使用性能库

在他们的示例中,他们以这种方式编译程序:

gcc code_with_math_routines.c -lamath -lm

但是当我尝试G ++如下:

g++ code_with_math_routines.cpp -lamath -lm

这将产生未定义的参考错误,并且未识别数学功能。

collect2: error: ld returned 1 exit status

GCC和G ++命令有什么区别?

I am compiling a cpp program with math.h using Arm performance library

In their example they compile programs in this way:

gcc code_with_math_routines.c -lamath -lm

But when I try g++ as follow:

g++ code_with_math_routines.cpp -lamath -lm

This will give an undefined reference error and the math function are not recognized.

collect2: error: ld returned 1 exit status

What is the difference between gcc and g++ command?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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