kuzulio
kuzulio

Reputation: 1

How to configure eclipse for C?

I've installed an eclise for C/C++ developers. But unable to compile the code. It doesn't get #include <stdio.h> saying: unresolved inclusion <stdio.h>. I wonder if I have to make some addtional configuration. My OS is Windows 7 32 bit. Please advise.

Upvotes: 0

Views: 180

Answers (1)

Friedrich
Friedrich

Reputation: 6006

Well if such basic things do not work, then you must have missed to install a proper toolchain. Just downloading Eclipse and CDT will not "do" it. So install some usable compiler, linker etc.

Upvotes: 1

Related Questions