`
abin103
  • 浏览: 151080 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

Internal Builder: Exec error( cdt+eclipse+mingw)

阅读更多

不成功的只要原因有二:
一、直接解压缩cdt-master-4.0.0.zip包,或者通过links来安装cdt-master导致下面的错误:
****   Rebuild   of   configuration   Debug   for   project   text   ****
****   Internal   Builder   is   used   for   build                               ****
g++   -O2   -g   -Wall   -c   -fmessage-length=0   -ohello.o   ..\hello.cpp
Internal   Builder:   Exec   error:?????????¨?
Build   error   occurred,   build   is   stopped
Time   consumed:   47     ms. 
切记:要用help> software   updates来安装
      可以在线升级网址:http://download.eclipse.org/tools/cdt/releases/europa
二、如要调试还需要下载
MinGW 5.1.3不带有GDB调试器,需要下载gdb-6.3-2安装,调试通过,起安装很简单,在安装完MinGW 的基础上,只需运行程序即可。


MinGW的主页http://www.mingw.org/
安装好MinGW 以后需要进行一些简单的设置:
设置MinGW 的环境变量:笔者的安装位置为默认位置 PATH =C:\MinGW\bin,注意,为了避免与其他的编译器冲突,请将此变量放在最前面。
更改make文件名:由于在MinGW目录下的make文件名为“mingw32-make.exe”,而eclipse默认的调用文件名为“make.exe”故须将此目录下的文件名改为“make.exe”即可。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics