mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #521] 用gomini的go-mips32来编译最新版的frp #402
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#402
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nick-Hopps on GitHub (Nov 13, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/521
因为我的路由器是mipsle架构的,如果lede的内核不开FPU用不了。于是之前我自己编译Lede,开启FPU,但是使用过程中还是发现很多问题,于是现在又用回了官方版本,但是这样就用不了FRP了,不过听说用gomini编译是不会要求开启FPU,因此我就按照网上的教程操作:
编译在openwrt上运行的frp
并且把安装脚本修改了一下:
在运行
go get -v github.com/fatedier/frp/client的过程中会遇到这样的问题:然后编译也会出现这样的问题,网上也找不到解决的办法,求各位大神帮助一下。
@Nick-Hopps commented on GitHub (Nov 13, 2017):
现在应该只能等go的官方解决这个问题了
@IxsCN commented on GitHub (Nov 19, 2017):
我编译了未开启 FPU emulator 也能使用的版本,现在只有 mipsle (MTK 762x)。
需要的可以试试
https://github.com/IxsCN/frpc_mipsle_noFPU