简体   繁体   中英

Cygwin with Eclipse CDT C++

I had installed Eclipse CDT and Cygwin with gcc , gdb , gnu etc packages.

But the include directives ( stdio.h , conio.h ) are not resolved, and could not build too:

Launch failed, Binary not found.

Do I need to install other packages?

Thanks

There's no conio.h in Linux. Cygwin is a Linux-y environment. See this ? (Unless I'm misunderstanding something)

Is the directory with the executables (gcc, gdb, etc.) in you PATH? That is usually needed for Eclipse to find and configure the environment to use the toolchain.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM