Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gcc我已经使用,gdb等gnu软件包安装了 Eclipse CDT 和 Cygwin 。
gcc
gdb
gnu
但包含指令 ( stdio.h, conio.h) 未解析,也无法构建:
stdio.h
conio.h
启动失败,找不到二进制文件。
我需要安装其他软件包吗?
谢谢
Linux 中没有conio.h。Cygwin 是一个 Linux 环境。看到这个了吗?(除非我误解了什么)
PATH 中是否包含可执行文件(gcc、gdb 等)的目录?Eclipse 通常需要它来查找和配置环境以使用工具链。