dev-c++ vista问题

来源:百度知道 编辑:UC知道 时间:2024/05/09 08:41:33
编译器: Default compiler
Building Makefile: "H:\zsb\C工程\Makefile.win"
执行 make...
make.exe -f "H:\zsb\C工程\Makefile.win" main.o
gcc.exe -c main.c -o main.o -I"H:/zsb/工具/C安装/DEV-CPP/include"

gcc.exe: installation problem, cannot exec `cc1': No such file or directory

make.exe: *** [main.o] Error 1

执行结束
什么意思?

编译器路径设置问题 建议下一个devc++5 多国语言版~我的就是这么解决的

应该是你路径没有设置对吧。。。,你安装有问题

你用VISTA系统
安装问题

我在Dev-C++的官网上看到的结果是:
------------------------------------------------------------------------------------
Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.

Features are :

- Support GCC-based compilers
- Integrated debugging (using GDB)
- Project Manager
- Customizable syntax highlighting editor
- Class Browser
- Code Completion
- Function listing
- Profiling support
- Quickly create Windows, console, static libraries and DLLs
- Support of templates for creating your own project types
- Makefile creation
- Edit and compile Resource files
- Tool Manager
- Print support