參考:
https://openwrt.org.cn/wiki/compiles5pc1xx
https://openwrt.org.cn/wiki/howto
編譯錯誤1:
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
#include"elf_data.hpp"
#include
#include
#include
#include
復制代碼
下面添加一行"#include "成:
#include"elf_data.hpp"
#include
#include
#include
#include
#include