Android : Eclipse - Unable to Run a C Program

on Saturday, March 21, 2015


I am Unable to Run a C Program in Eclipse.

Version: Luna Service Release 1 (4.4.1)

Build id: 20140925-1800


Steps that I did:-


{

1.File-> New-> C Project.

2.Named the Project: Hello!!!

3.Then on the Project Explorer, I Right Clicked on the Hello!!! -> New-> Source File.

4.Gave the Source File name as: Hello !

5.And then again on the Project Explorer, I Double Clicked the Hello ! Source File.

6.Written this Code into the Editor:





#include <stdio.h>
int main()
{
printf("Hello, world!\n");
return 0;
}



7.Then Clicked the Hammer icon on the top. (Also Ctrl + B)

8.Finally, Clicked on Run.

9.The, the info MsgBox showed up:

enter image description here 10.With an error:

Program "make" not found in PATH


}


0 comments:

Post a Comment