dosgo / ngrok-c

ngrok client for c language,Due to the use of GO ngrok language development, porting to embedded devices some inconvenience, such as openwrt, so use C language rewrite a client. Very mini, the need to support polarssl library.
MIT License
496 stars 203 forks source link

各种文件找不到! #29

Closed shirakun closed 6 years ago

shirakun commented 8 years ago

qq 20160626214614 怎办 sdk:OpenWrt-SDK-ramips-for-linux-x86_64-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2 系统:ubuntu14.04 64位

dosgo commented 8 years ago

你看教程了吗?你这很明显没有把openssl copy到你的gcc的include目录。

shirakun commented 8 years ago

然而已经复制了

dosgo commented 8 years ago

那你知道mipsel-openwrt-linux-uclibc-g++对应的include目录在哪吗?

shirakun commented 8 years ago

不知道,按照你的文图教程弄的,失败后又确认了一次

dosgo commented 8 years ago

那你复制到哪去了。。

shirakun commented 8 years ago

staging_dir/toolchain-mips_xxxxxx/include 这个目录,xxx已经替换为版本了

shirakun commented 8 years ago

现在上班的.等会给你找截图

dosgo commented 8 years ago

shirakun commented 8 years ago

OpenWrt-SDK-ramips-for-linux-x86_64-gcc-4.8-linaro_uClibc-0.9.33.2/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/include 复制到这个目录了

dosgo commented 8 years ago

这。。

dosgo commented 8 years ago

你看看目录到底有没有文件

shirakun commented 8 years ago

我决定全部删掉重新弄,另外openwrtsdk不需要执行升级命令吧