-
-
Notifications
You must be signed in to change notification settings - Fork 13.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
armv6l not supported anymore since 0.55.0? #4104
Comments
I'm not sure, you can try compiling the code of version v0.54 with Go 1.22 first to see if the issue can be reproduced |
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close. |
How would I do this? |
same error in asus rt ac68u, armv7l |
看了下log,浮点指令支持的问题 测试版本:0.55.1 crash所属函数runtime.check 代码片段,加粗的行为crash指令 .text:0006BA3C LDR R1, [R10,#8] log Apr 25 10:34:35 kernel: frpc/21717: potentially unexpected fatal signal 4. |
@YtnbFirewings Can you try cross-compiling by yourself and post the compilation command that can run successfully? |
@YtnbFirewings You can try with this |
I will try it later. |
Build 0.55.1 source code in ubuntu 22.04 with |
The compilation script has been modified. #4181 Hard Float is separated as a standalone linux_arm_hf package, corresponding to GOARM=7. |
Hi Can we have the pre-compiled binary for armv6l, I don't want to go through the whole compilation process. |
Bug Description
Running frpc 0.55.0 or later on armv6l (Raspberry Pi) results in the following error, irrespective of the configuration:
Illegal instruction
The version 0.54.0 executes without problems. I noticed that the 0.55.0 changelog reports that "the minimum supported Go version has been updated to 1.22". Could this be part of the origin of the problem?
frpc Version
0.55.0
frps Version
0.55.0
System Architecture
linux/armv6l
Configurations
NA
Logs
Illegal instruction
Steps to reproduce
No response
Affected area
The text was updated successfully, but these errors were encountered: