0

I installed Eclipse in fedora and then installed the CDT plugin for developping C/C++ applications . All the installation are done !

So now i can create a C/C++ project but when it comes to running it i got this message

launch failed , Binary not found and unable to find full path to gcc.

gcc -O2 -g -Wall -c -fmessage-length=0 -o Rad1.o ../Rad1.c

Internal Builder: Cannot run program "gcc": Unknown reason

Error: Program "gcc" is not found in PATH

Is there any more configuration i must do so C/C++ runs?

Thanks.

4

1 回答 1

1

用eclipse+unix底板-forme执行c/c++程序,它需要程序的目标文件来执行/运行它。所以首先你需要通过按 Ctr+b 来构建你的程序。这将创建一个所需的目标文件。现在您可以运行/执行您的程序了。祝你好运 :)

于 2013-11-05T11:12:44.113 回答