sjs@sjs-virtual-machine:~/work/Onvif$ arm-hisiv100nptl-linux-gcc *.c -lpthread -static -o ../../nfsmount/mydemo/onvif
/tmp/ccqD1Pz1.o: In function `tcp_gethost':
stdsoap2.c:(.text+0x6194): warning: gethostbyname_r is obsolescent, use getnameinfo() instead.
/tmp/ccqD1Pz1.o: In function `soap_float2s':
stdsoap2.c:(.text+0x19a80): undefined reference to `__isnan'
stdsoap2.c:(.text+0x19ad0): undefined reference to `__isnanf'
stdsoap2.c:(.text+0x19af4): undefined reference to `__isnanf'
stdsoap2.c:(.text+0x19b44): undefined reference to `__isnanf'
stdsoap2.c:(.text+0x19b68): undefined reference to `__isnanf'
/tmp/ccqD1Pz1.o: In function `soap_double2s':
stdsoap2.c:(.text+0x1a378): undefined reference to `__isnan'
stdsoap2.c:(.text+0x1a3cc): undefined reference to `__isnan'
stdsoap2.c:(.text+0x1a3f8): undefined reference to `__isnan'
stdsoap2.c:(.text+0x1a44c): undefined reference to `__isnan'
stdsoap2.c:(.text+0x1a478): undefined reference to `__isnan'

collect2: ld returned 1 exit status

加上连接库 -lm 就没问题了

arm-hisiv100nptl-linux-gcc *.c -lm -o ../../nfsmount/mydemo/onvif

最新文章

  1. 队列的链式实现(C语言)
  2. yii2.0 gii
  3. 导入导出封装的工具类 (一) 利用POI封装
  4. js获取IP地址的方法小结
  5. phpcmsV9于基本介绍
  6. 自学java难吗?一个JAVA学习者应该具备的素质
  7. 一、Win10搭建IIS
  8. w3c JS测试
  9. 14.翻译系列:从已经存在的数据库中生成上下文类和实体类【EF 6 Code-First系列】
  10. Vagrant安装配置
  11. tp配置
  12. String int 相互转换
  13. UISegmentedControl 改变选中字体的颜色
  14. 大型运输行业实战_day10_1_自定义事务管理类
  15. ThreadLocal的实现机制
  16. 有序的数据结构中:内存操作红黑树快,磁盘操作b+树快
  17. 【SpringCloud】第十二篇: 断路器监控(Hystrix Turbine)
  18. (转)OpenGL混合的基本知识
  19. Spring之基础
  20. android CVE 漏洞汇总

热门文章

  1. Sping--注解(一) 常用注解总结
  2. Space Shooter 学习
  3. Jmeter的NON-GUI模式
  4. 记录:禁用你的元素 bootstrap
  5. MySQL 遇到错误集锦
  6. centos7 关闭防护墙
  7. TP5 中引入第三方类库
  8. Redis sortedset有效集合数据结构
  9. 运行Spark提供的计算圆周率的示例程序
  10. Spring Cloud(Dalston.SR5)--Hystrix 断路器-合并请求