Eclipse没有在C项目中构建消息

编程入门 行业动态 更新时间:2024-10-28 04:16:58
本文介绍了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项目中构建消息

本文发布于:2023-11-17 06:20:19,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1609131.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:消息   项目   Eclipse

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!