开发者

Ubuntu Eclipse CDT unresolved include <stdio.h>

开发者 https://www.devze.com 2023-03-02 18:45 出处:网络
Ubuntu 10.10 Ecelipse-cpp-helios-SR2-linux with eclipse-cdt C and C++ project are fine when i create a makefile project use #includefor C orfor C++开发者_C百科

Ubuntu 10.10 Ecelipse-cpp-helios-SR2-linux with eclipse-cdt

C and C++ project are fine

when i create a makefile project use #include for C or for C++

开发者_C百科

all gave unresolved inclusion: error, so that i can't build project

Please Help

I'm having trouble running C in eclipse. It first gives me weird syntax errors or tells me that

include is an "Unresolved inclusion"

It also will not let me build, saying "(Cannot run program "make": Launching failed)"

Am I missing something? please help.

Thanks


There is no compiler coming with Eclipse CDT out of the box. You need to have it externally installed on your system.

You should consider to install gcc & make on your Ubuntu system to be able to build your application within Eclipse.

0

精彩评论

暂无评论...
验证码 换一张
取 消