Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1084297
  • 博文数量: 121
  • 博客积分: 2021
  • 博客等级: 上尉
  • 技术积分: 1467
  • 用 户 组: 普通用户
  • 注册时间: 2009-06-29 21:47
个人简介

简约而不简单。

文章分类

全部博文(121)

文章存档

2017年(1)

2016年(4)

2015年(2)

2014年(24)

2013年(33)

2012年(13)

2011年(25)

2010年(13)

2009年(6)

分类: LINUX

2013-01-22 19:58:53

elf.cpp:68:5: error: '::close' has not been declared:

参考trunk的源码和此问题"https://dev.openwrt.org.cn/ticket/45"

修改 ./build_dir/host/mklibs/src/mklibs-readelf/elf.cpp


  1. #include "elf_data.hpp"

  2. #include

  3. #include
  4. #include
  5. #include
复制代码
下面添加一行"#include "成:

  1. #include "elf_data.hpp"

  2. #include

  3. #include
  4. #include
  5. #include
  6. #include
复制代码
解决问题。


阅读(4458) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~