gpt4 book ai didi

c - 如何使用 Eclipse 将额外的源代码添加到导入的现有 makefile 项目中?

转载 作者:太空宇宙 更新时间:2023-11-04 04:45:02 24 4
gpt4 key购买 nike

我有一个现有的 makefile c-Project。我使用 makemake install 在我的 shell 中预构建了它,如自述文件中所述。然后我将其导入为文件->导入“现有代码作为 Makefile 项目”。我再次按下“构建”按钮,但我认为,因为它是在 shell 之外构建的,所以它还没有被再次构建。

控制台说:

09:14:15 **** Incremental Build of configuration Default for project candis ****
make all
echo "Make each directory individually."
Make each directory individually.
echo "``make lib'' makes the libraries"
make lib'' makes the libraries
echo "``make clean'' cleans out binaries and .o files everywhere"
make clean'' cleans out binaries and .o files everywhere
echo "``make tar'' tars up a distribution and redoes the libs"
make tar'' tars up a distribution and redoes the libs

09:14:15 Build Finished (took 136ms)

然后我尝试创建一个新的源代码文件,我将它命名为“prog1.c”。我保存了它并再次按下“构建”按钮,但我认为我的程序什么也没发生。

如何创建工作函数?我可能会更改 Makefile 中的某些内容吗?

最佳答案

您必须修改 makefile,否则无法编译“prog1.c”文件。

原因是编译器不知道你要编译什么,除非你告诉他。这就是 makefile 的作用。

你有什么样的makefile?如果可以的话,我或许可以帮助你。

关于c - 如何使用 Eclipse 将额外的源代码添加到导入的现有 makefile 项目中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22062813/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com