当前位置:  技术问答>linux和unix

这个makefile有什么错误

    来源: 互联网  发布时间:2016-11-20

    本文导语:  rt, 运行 make之后,只产生了semcreat,也就是make只运行了第一条编译就结束了。 [pro@rhel5 ~/lnxpro/posixsemo 03:42:04]$l total 44 -rwxr-x--- 1 pro pro  401 Apr 11 03:36 makefile -rwxr-x--- 1 pro pro 1011 Apr 11 02:57 semcreate.c -rwxr-x--...

rt,
运行 make之后,只产生了semcreat,也就是make只运行了第一条编译就结束了。
[pro@rhel5 ~/lnxpro/posixsemo 03:42:04]$l
total 44
-rwxr-x--- 1 pro pro  401 Apr 11 03:36 makefile
-rwxr-x--- 1 pro pro 1011 Apr 11 02:57 semcreate.c
-rwxr-x--- 1 pro pro  456 Apr 11 03:07 semgetvalue.c
-rwxr-x--- 1 pro pro  476 Apr 11 03:09 sempost.c
-rwxrwxr-x 1 pro pro 5239 Apr 11 03:17 semunlink
-rwxr-x--- 1 pro pro  255 Apr 11 02:54 semunlink.c
-rwxr-x--- 1 pro pro  606 Apr 11 03:07 semwait.c
-rwxr-x--- 1 pro pro 5521 Apr 10 09:53 t
-rwxr-x--- 1 pro pro  585 Apr 10 09:53 t.c
[pro@rhel5 ~/lnxpro/posixsemo 03:42:04]$make
gcc -Wall semcreate.c -o semcreate -lrt
[pro@rhel5 ~/lnxpro/posixsemo 03:42:08]$l
total 52
-rwxr-x--- 1 pro pro  401 Apr 11 03:36 makefile
-rwxrwxr-x 1 pro pro 6719 Apr 11 03:42 semcreate
-rwxr-x--- 1 pro pro 1011 Apr 11 02:57 semcreate.c
-rwxr-x--- 1 pro pro  456 Apr 11 03:07 semgetvalue.c
-rwxr-x--- 1 pro pro  476 Apr 11 03:09 sempost.c
-rwxrwxr-x 1 pro pro 5239 Apr 11 03:17 semunlink
-rwxr-x--- 1 pro pro  255 Apr 11 02:54 semunlink.c
-rwxr-x--- 1 pro pro  606 Apr 11 03:07 semwait.c
-rwxr-x--- 1 pro pro 5521 Apr 10 09:53 t
-rwxr-x--- 1 pro pro  585 Apr 10 09:53 t.c
[pro@rhel5 ~/lnxpro/posixsemo 03:42:09]$



semcreate:semcreate.c ../LinuxComm.h
gcc -Wall semcreate.c -o semcreate -lrt

semunlink:semunlink.c ../LinuxComm.h
gcc -Wall semunlink.c -o semunlink -lrt

semgetvalue:semgetvalue.c ../LinuxComm.h
gcc -Wall semgetvalue.c -o semgetvalue -lrt

semwait:semwait.c ../LinuxComm.h
gcc -Wall semwait.c -o semwait -lrt

sempost:sempost.c ../LinuxComm.h
gcc -Wall sempost.c -o sempost -lrt


谢谢.

|
第一个目标是默认目标,所以这个目标必然会执行

你的第一个目标不依赖于其它目标,因此其它目标不会执行

修改方法可以参考楼上

|
makefile 写的不对
TARGET=semcreate ...
all:$(TARGET)

|
就make了第一个目标
要编译全部在makefile开头加上
all:semcreate semunlink semgetvalue semwait sempost

    
 
 

您可能感兴趣的文章:

  • 关于一个Makefile的错误,急,急,急
  • 我编写的Makefile文件怎么老是有错误那??
  • Makefile中编译错误
  • 运用linux的自动生成Makefile文件时,出现错误
  • makefile 编译错误提示 求解
  • 一个简单的makefile编译发生错误,请帮助.
  • 编写内核模块程序的makefile文件make错误
  • 请问一个Makefile的错误(我现在用不了make,请高手救救我)
  • 奇怪:为什么我的Solaris上执行configure后生成的Makefile文件里面会有很多错误的指令?
  • makefile编译产生类似错误"Cannot find a rule to create target libbz2. from dependencies.是什么原因,谢谢
  • 看看我的makefile有什么错误??谢谢了!
  • makefile文件错误问题
  • Redhat AS4 安装 oracle10g出现 Error in invoking target 'client_sharedlib' of makefile '.../network/lib/'ins_net_client.mk' 错误
  • 我自己写的Makefile出现cc: no input files错误怎么回事?
  • 急!急!急!急!急!本人制作的Makefile文件和程序,执行时错误,
  • 关于makefile的错误...
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Makefile.in,Makefile.am,Makefile.bor应该怎么用?
  • makefile.am和makefile.in是什么文件,与makefile有什么联系吗?
  • 最近在学习linux C 看到了makefile部分,觉得makefile的语法很难理解,Makefile 的语法是不是shell语法?
  • 求解makefile问题,makefile.conf的作用?
  • 从网上载了个C++程序的源代码,包含38个.cpp和.h,还有makefile.in和makefile.am两个文件,但无configure和makefile.请问怎么编译?谢谢!
  • 有makefile.am,有 makefine.in 为什么就是没有Makefile?
  • makefile如何调用文件目录下的makefile
  • 请教根据Makefile.am自动生成Makefile的问题
  • 怎麼樣使Makefile.in生成Makefile?
  • 【急!】一个程序里有好多文件夹里都有Makefile,如何找到最管用的makefile
  • 【makefile使用】请问怎样在shell中获取makefile的最终目标?
  • unix下面make makefile文件,提示“makefile is up-to-date",怎么办呀?
  • Makefile使用遇到的问题!"Makefile:3:missing the separator.stop"在线等待.......
  • Makefile是如何输出执行的路径的,表示执行的是那个Makefile
  • 下的tar.gz源码里只有makefile.in和makefile.am
  • 一句 makefile 的解释 -- makefile 与 shel 结合
  • linux makefile error :Makefile:335: *** commands commence before first target。
  • [test@localhost ~]$ cat <makefile >catfile 跟cat > catfile <makefile是一样的吧?
  • 关于makfile,makefile.in, makefile.am. configure之间的关系
  • win32下编译Linux 下的项目(makefile.am和makefile.in)


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3