mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3782] Expecting loong64 release ... #3008
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#3008
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 @XiaoboYang on GitHub (Nov 17, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3782
Describe the feature request
Go has already ported and supported Loongarch64 by GOARCH=loong64. Do you have plan to release loong64 version in the future? In fact, I tried to cross compile frp versions from 0.29.0 to the latest 0.52.3, but all failed. Since I'm new to golang, to investigate the compile errors seems impossible for me. So I'm expecting the loong64 release...
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Nov 17, 2023):
If there is a compilation error, it may be related to Go itself and the compilation environment. The code of frp does not have any special parts.
Currently, we will not include all supported systems and architectures in the release asserts. Users with these requirements can compile them themselves.
@XiaoboYang commented on GitHub (Nov 21, 2023):
How to cross compile frpc for loongarch64
Please visit page http://www.loongnix.cn/zh/toolchain/Golang/downloads-Go1.21/index.html. For my case, I use the one for ABI 1.0.
tar xf go1.21.0.linux-amd64.tar.gz -C ~/tmp/Download frp source and unpack it. For my case I use 0.29.0. Assumes the source folder is
~/tmp/frp-0.29.0. Then modify the version on the linegolang.org/x/netin the file~/tmp/frp-0.29.0/go.modtov0.18.0as below.golang.org/x/net v0.18.0Compile
@github-actions[bot] commented on GitHub (Dec 22, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.