Eclipse does not create a message in a C project

I downloaded Eclipse Mars, although I did most of my work on Android Studio. The reason is because I need another tool that is not compatible with Android Studio. The procedures that I performed instructed me to create an executable project C. Then I added hello to it, but I can say that there is nothing to build. What am I doing wrong? All of this is configured on a Ubuntu virtual machine. I looked at the posts on the Internet, but the error seems to be specific to each case. Here is a screenshot ... enter image description here

0
source share
1 answer

, , . , , .

Clean Project Build Project Hello.c .

0

Source: https://habr.com/ru/post/1609928/


All Articles