qt4.5.2(200903)如何编译c/c++文件?

来源:百度知道 编辑:UC知道 时间:2024/05/28 15:12:28
rt
目前根本无法编译,debug和运行都不能,提示binary not found。但是qt程序似乎正常。
已经装了gdb6.3,但不知道怎么设置。
200903版本自己带一个mingw。qt程序运行编译都正常。
================================================
比如我建了一个c程序,选project->build all后没什么反应,选择run弹出对话框,说an internal error occured during launching new configuration。右击程序目录选run as,当地计算机,弹出窗口failed,binary not found

问题不清楚
qt不是编译器,怎么编译程序
什么东西提示binary not found
可能你需要mingw和必要的环境变量

mingw cygwin 里面的 gcc 是编译器

二进制程序没有找到,说明你没有设置编译器或根本没有编译器。