歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux編程 >> Linux編程

基於Tiny210v2編譯OpenWrt

參考:

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

Copyright © Linux教程網 All Rights Reserved