C::B 编译器配置问题
我正确地将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
询问有关 Code::Blocks 的问题的最佳地点是 CB 支持论坛,网址为 http://forums.codeblocks.org
话虽如此 - 试试这个:
The best place to ask questions regarding Code::Blocks are the CB support forums at http://forums.codeblocks.org
Having said that - try this:
已修复:
我必须更改编译器名称,因为我下载的 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.