netmaker icon indicating copy to clipboard operation
netmaker copied to clipboard

mipsle softfloat build?

Open deluxghost opened this issue 3 years ago • 1 comments

use GOMIPS=softfloat when go build to support FPU emulator, this might fix issues for some device

https://stackoverflow.com/questions/55154143/golang-binary-not-running-on-mips

Edit: upx packaging does not work on my device either, I must enable softfloat and remove upx to get it works. I don't know what causes this, but I can help with testing.

deluxghost avatar Jan 23 '22 13:01 deluxghost

@mattkasun thoughts on this?

afeiszli avatar May 18 '22 21:05 afeiszli

netclient-linux-mips-hardfloat netclient-linux-mips-softfloat netclient-linux-mipsle-hardfloat netclient-linux-mipsle-softfloat

are build for each release

mattkasun avatar May 05 '23 11:05 mattkasun