You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
v0.13.0
What operating system and processor architecture are you using (go env)?
Openwrt 15.05.1 MT7620 RAMIPS
Configures you used:
none
Steps to reproduce the issue:
wget frp_0.13.0_linux_mips.tar.gz or frp_0.13.0_linux_mipsle.tar.gz
tar -zxvf
./frps
Describe the results you received:
run mips version got error : line 1: syntax error: unexpected "("
run mipsle version got error : Illegal instruction
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
maybe RAMIPS architecture just won't run the mipsle or mips version ? Try to compile it myself by adding it to openwrt-ramips-sdk/package then run make menuconfig but nothing shows up. Maybe consider adding a guid to how to compile by self ?
The text was updated successfully, but these errors were encountered:
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
v0.13.0
What operating system and processor architecture are you using (
go env
)?Openwrt 15.05.1 MT7620 RAMIPS
Configures you used:
none
Steps to reproduce the issue:
wget frp_0.13.0_linux_mips.tar.gz or frp_0.13.0_linux_mipsle.tar.gz
tar -zxvf
./frps
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
maybe RAMIPS architecture just won't run the mipsle or mips version ? Try to compile it myself by adding it to
openwrt-ramips-sdk/package
then runmake menuconfig
but nothing shows up. Maybe consider adding a guid to how to compile by self ?The text was updated successfully, but these errors were encountered: