Add option to compile x86 binaries for linux & Mac OS #875
Replies: 4 comments
|
Are you sure it's related to the Makefile? Because i'm on ARM64 and it compiles and run perfectly... but, if you really need it, just open the Makefile
and change GOARCH=386 |
|
@xx1182 Sorry for the late response. I have already tried this. I'm on Ubuntu LTS x64. |
You actually need to install the X86 libraries, are you trying to crosscompile a X86 binary from a x64 system, or are you on a X86 system? Basically it's telling you that is missing libraries. If you are not proficient with linux, i would advise you to just run a x86 virtual machine and do it from there, because cross-compiling is usually harder if you don't know what to look for. |
I'm trying to crosscompile a x86 binary on x64 system. I'm not so experienced in linux, so I'm having a hard time.
This is a very good idea. Thanks, I'll do that. |
Uh oh!
There was an error while loading. Please reload this page.
All options for x64 work great. I'd highly appreciate if you update the Makefile and add option for compiling x86 builds for linux and Mac OS.
All reactions