Eclipse没有在C项目中构建消息 [英] Eclipse nothing to build message in C project

查看:228
本文介绍了Eclipse没有在C项目中构建消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我下载了Eclipse Mars,尽管我在Android Studio上做了大部分的工作。原因是我需要另一种与Android Studio不兼容的工具。我遵循的程序指示创建一个可执行的C项目。然后我添加了你的世界,但我可以错误的说,没有任何建立。我究竟做错了什么?所有这些都在Ubuntu虚拟机上设置。我已经在线查看了帖子,但是错误似乎是针对每个案例的。这是一个屏幕截图...

I downloaded Eclipse Mars although I have been doing most of my work on Android Studio. The reason is I need another tool, which is not compatible with Android Studio. The procedures I followed instructed to create an executable C project. I then added hello world to it, but I can an error stating there is nothing to build. What am I doing wrong? All of this is setup on Ubuntu Virtual Machine. I have reviewed the posts online, but the error seems to be specific to each case. Here is a screen capture...

推荐答案

只是告诉你你的代码已经被编译了,你的代码没有变化,那么它不会被编译。
是编译器的内置功能,如果源代码文件没有变化,编译器不会浪费时间。

Compiler is simply telling you that your code was already compiled and there are no changes in your code, then it does not compile. Is a builtin feature of compilers, if there are no changes in source code file, compilers do not waste time.

清洁项目 before to Build Project 或修改Hello.c并构建您的项目。

Clean Project before to Build Project or modify Hello.c and Build your project.

这篇关于Eclipse没有在C项目中构建消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆