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

(求助)IPC 消息队列 编译问题

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

    本文导语:  joee33@ubuntu:~/Example/IPC/MSGLOOP$ gcc -o msgtool msgtool.c  msgtool.c: In function ‘send_message’: msgtool.c:79: warning: incompatible implicit declaration of built-in function ‘strcpy’ msgtool.c:80: warning: incompatible implicit declaration of built-...

joee33@ubuntu:~/Example/IPC/MSGLOOP$ gcc -o msgtool msgtool.c 
msgtool.c: In function ‘send_message’:
msgtool.c:79: warning: incompatible implicit declaration of built-in function ‘strcpy’
msgtool.c:80: warning: incompatible implicit declaration of built-in function ‘strlen’
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 0 has invalid symbol index 12
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 1 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 2 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 3 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 4 has invalid symbol index 12
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 5 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 6 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 7 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 8 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 9 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 10 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 11 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 12 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 13 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 14 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 15 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 16 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 17 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 18 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 19 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 20 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 21 has invalid symbol index 14
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 22 has invalid symbol index 22
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status






我写了一个简单的消息队列程序    用gcc  编译的时候出现了上面的代码   编译失败。我是按照书上的例子写下来的
请帮我看看是什么问题。谢谢
                                                                                                                                                            by joee33

|
包含头文件
#include 
#include 
#include 
#include 
#include 

|
另外你的程序中是不是没有main() 函数??

    
 
 

您可能感兴趣的文章:

  • unix/linux平台下进程间通信的问题(消息队列)(紧急求助)
  • [急切求助]IPC消息队列写失败时,如何清空队列中的数据?
  • [急切求助]使用SYS V消息队列实现进程间通讯问题!!!
  • Linux系统编程求助:消息队列
  • rh8编译内核出错!求助!
  • 系统FC10 我想装tar.gz的源码文件。但在编译是总是出错。求助
  • 求助 有人能给个编译好的,可直接运行的 发包测试软件吗
  • redhat9.0编译的新核心不能启动,求助!
  • ubuntu 10.10环境下的交叉编译求助
  • 操作系统 iis7站长之家
  • 新手求助!编译libmad包时的错误!
  • 求助:编译的头文件问题
  • gcc编译时出错,gcc: installation problem, cannot exec `as': 没有那个文件或目录!!!求助呀呀!!!!!
  • 求助,编译出错!
  • 如何编译包中的java文件?【求助】
  • 编译内核时出现的一个问题,求助!
  • 求助 程序中添加互斥锁代码后编译怎么通不过 ?
  • 求助-FBreader编译
  • 求助一个编译中的/usr/bin/ld错误
  • 编译问题:求助
  • 求助,关于编译驱动进内核的一个问题,实在找不到资料了!
  • 求助,为什么在windows下g++编译出来的文件都很大?
  • 新手求助:如何编译...
  • 求助:程序能编译但不能链接,重新安装了GCC也是那样的问题
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 菜鸟求助:如何在 JAVA APPLET 里感知到鼠标的双击消息?
  • 在线求助!关于如何使用“信号”的方式来响应键盘按下的消息!在线急盼回复!
  • 高分求助高分求助高分求助高分求助高分求助高分求助
  • 怎样读取HZK24S前十区的内容啊???求助求助
  • 紧急求助!紧急求助!
  • 【求助】iplanet问题,求助高手解答!
  • 菜鸟求助,solaris下计算问题求助
  • 【求助】SOS紧急求助..............极为简单的问题...跪求....
  • 高分求助啊!求助SUSE 10.0 不能上网.
  • 急急急急急急急啊,紧急求助啊!!!!!满分求助啊!!!!!!
  • 求助:linux下 vim的配置(高分求助)
  • red hat怎么安装gcc啊!总是出错,求助求助啊!!!yum源怎么改啊!!
  • 求助~~求助 ~~linux文件读写问题
  • 求助:信号 --13 进程中断
  • 求助,安装了红帽子后进不了
  • 新装linux求助
  • linux的 iptables问题求助
  • (高分求助)请问,那里有软件开发的<设计文档>
  • 一个简单的问题,高分求助!!!
  • 紧急求助:Unix下给文件夹重命名用什么命令?谢谢!!!!
  • VJ的一个问题,高分求助,熟悉VJ得请进!
  • 高分求助


  • 站内导航:


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

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

    浙ICP备11055608号-3