C::B 编译器配置问题

发布于 2024-07-21 03:10:02 字数 259 浏览 6 评论 0原文

我正确地将 MinGW 配置为 Code::Blocks。
我还使用命令行检查了它是否有效。
由于某种原因,我根本无法使用任何编译器进行编译。
即使使用 VC++ 也不行。
这是一个已知问题吗?
有谁知道如何解决吗?
这是我收到的错误:

“静态库 - MinGW RELEASE”使用无效的编译器。 跳过... 没什么可做的。

I configured MinGW to Code::Blocks correctly.
I also checked that it works using the command line.
I for some reason can't compile with any compiler at all.
Not even with VC++.
Is this a known issue?
Does anyone knows how to solve it?
This is the error I'm getting:

"Static library - MinGW RELEASE" uses an invalid compiler. Skipping...
Nothing to be done.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

染柒℉ 2024-07-28 03:10:02

询问有关 Code::Blocks 的问题的最佳地点是 CB 支持论坛,网址为 http://forums.codeblocks.org

话虽如此 - 试试这个:

  • 启动 CB
  • 进入“设置”菜单,
  • 选择“编译器和调试器”,将选项
  • 卡式对话框导航到“工具链可执行文件”,
  • 选择编译器/调试器目录和调试器。 适当的前任

The best place to ask questions regarding Code::Blocks are the CB support forums at http://forums.codeblocks.org

Having said that - try this:

  • start CB
  • go to the Settings menu
  • choose "Compiler & Debugger"
  • navigate the tabbed dialog to "Toolchain Execurtables"
  • select compiler/debugger directories & exes as appropriate
习ぎ惯性依靠 2024-07-28 03:10:02

已修复:
我必须更改编译器名称,因为我下载的 mingw 发行版保存了旧的 GCC 文件名而不是 mingw 的文件名。 我想知道为什么 code::blocks 也没有检测到它们。

Fixed:
I had to change the compiler name since the mingw distribution I downloaded saves the old GCC file names instead of mingw's ones. I wonder why code::blocks doesn't detect them as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文