问题描述
我试图使用Eclipse IDE(使用Windows 7)创建我的第一个C ++ exeecutable。我在建立时遇到以下错误。
I am trying to create my first C++ exeecutable using Eclipse IDE (using Windows 7). I am getting the following error while building.
如何更正?
信息:配置Debug
Info: Configuration "Debug" uses tool-chain "Cygwin GCC" that is unsupported on this system, attempting to build anyway.
全部
'建筑文件:../src/LestTest.cpp'
[sig] C:\cygnus\cygwin-b20 \ H-i586-cygwin32 \bin\make.exe 1000 0)call_handler:无法获得主线程的上下文,错误998
'Building file: ../src/LestTest.cpp'[sig] C:\cygnus\cygwin-b20\H-i586-cygwin32\bin\make.exe 1000 (0) call_handler: couldn't get context of main thread, error 998
Bash
路径环境变量具有以下
请参阅eclipse的下列截图
Please see the following screenshots from eclipse
>
>
推荐答案
使用
确保Bash结果指向Cygwin中提及的位置
Make sure that the Bash result is pointing to the location mentioned in Cygwin
生成代码 - 此结果为二进制文件夹
Build the code - this result in a binary folder
运行应用程序
这篇关于错误:“Cygwin GCC”在此系统上不受支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!